Is there a way to merge or add a text to an input value without replacing the original value?

Hi all!
Is there a way to merge or add a text to an input value without replacing the original value?

@ShawnPB you can add free text before or after the magic text (when you select), it’ll automatically append/concatenate it for you

1 Like

So imagine you have a property under users called ‘hobbies’ and you have all the hobbies listed in one line of text.

Have a text input and a button, which when pressed will add a hobby to this property without clearing what’s already there-

The action on the button would be update > logged in user > hobbies: (MAGIC TEXT logged in user > hobbies) FORM INPUT.

So magic text user > hobbies, space, form input.

3 Likes

got it! solved the problem, Thank you a lot!

thank you for reply so much detail, solved the problem! Thank you!

1 Like

This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.