justinmind-logo
 
Upvote 1

Is there a way to display whatever i wrote on a Text Field and Post It?

Answered Bomberjosh143 5 years ago

Basically, i wrote a Title on a text field then some short content on another text field and im trying to have it displayed on a different part of the screen.


Kind of like Posting on facebook.

Replies (1)
photo
1

Yes, you just need to use a "Set Value" action, and have it set the value to another text field with the value of the input field. Check out the attached prototype to see how, and let me know if you have any questions.

photo
1

Wow, thanks a ton!

but what do i do when i try to post multiple times?

do i add another text field and do an if statement?

like if text1 (has a value) then ill put it on text2

photo
1

Yes, that's what you can do. The easiest way to do this would be to use a variable, which stores how many posts you have already created, and a condition for each action that will only trigger the action if the variable is a certain value. See the edited attached prototype.

photo
Leave a Comment
 
Attach a file