-
how do I automatically copy data from one text field to another text field via Automa?Through "Forms - Get form value - Assing to variable" — I don't understand how to insert this value from there into another field. (The help only says how to assign a value, and then how to take a variable from there in another block and insert it into the right field, I didn't find anything in the help.) |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
I asked the question myself — I answer it myself. Although if it wasn't for YouTube, I wouldn't have guessed in my life, because I didn't find any information about this in the help. So it turned out to be simple. Use two Forms blocks, put 2 checkboxes in the first one: and come up with your own variable name How to insert the text in another field, use the Forms block again, only one checkbox ✅ Clear form value is needed And congratulations to you — Automa has successfully transferred the value from one field to another! P.S. |
Beta Was this translation helpful? Give feedback.
I asked the question myself — I answer it myself. Although if it wasn't for YouTube, I wouldn't have guessed in my life, because I didn't find any information about this in the help.
So it turned out to be simple. Use two Forms blocks, put 2 checkboxes in the first one:
✅ Get form value
✅ Assing to variable
and come up with your own variable name
for example , let 's call it this:
DEVAviaVariableName
How to insert the text in another field, use the Forms block again, only one checkbox ✅ Clear form value is needed
, and in the ATTENTION field the most secret magic, write:
{{ variables@DEVAviaVariableName }}
And congratulations to you — Automa has successfully transferred the value from one…