Hello, I have two input boxes that I want to autofill with certain text when a user clicks a button.
Right now I have my workflow set up so the user clicks the button
Then after user clicks the button, the input box’s states change to the text I want input into the box.
Here is a screenshot of what I mean:
The value of the state it is set to is the text I want to fill into the input box.
However, for some reason when testing, when I click the button, the text won’t fill.
Any idea as to why? Not sure what to do from here. Thank u