I need assistance with a process I'm constructing...
In a process, a new note is created in a transition action.
I want to add a Dynamic Field value that is already set (in the submitting Activity Dialog) to the Subject or the Body of the newly created note.
How do I reference that value?
How do I construct text that is:
Code: Select all
"some fixed text" + $value + "some other fixed text"
Is that even possible?
You can find a screenshot of the TA in the attachment.
Thanks!