I think I may be missing something obvious as new bubble user but…
Using a button, I want to copy text from textbox A and append it to multi line input B, without overwriting what is already in input B. A simple copy and paste feature.
Custom states appear only to allow overwriting of the whole input rather than appending.
Thanks!
Can’t you just use something like “multiline input B’s value:append input A’s value” ? I do something almost identical in my app. I’ll double-check how I did it the next time I sit down at my computer and will share with you here.