What is correct syntax for passing a user-defined value to a server workflow (using Run Workflow activity)?
Hello. I'm trying to pass an argument to a server-side email workflow. It works fine if I'm passing a hard coded value and set up the argument as
={"ToAddress":"email@gmail.com"}.
But how do I pass the value of a textbox (e.g. $form.state.textBox1.value)? I'm sure it's a simple syntax thing, but I can't quite figure it out...
Thanks!
Chris
0
-
OK, I'm an idiot. It was as simple as:
={"ToAddress": $form.state.textBox1.value}
Time to go home...
0
Bitte melden Sie sich an, um einen Kommentar zu hinterlassen.
Kommentare
1 Kommentar