Hello I am working on a workflow. I have one WFA script returning a value that is stored in a workflow field. I want to access that value in a separate WFA script. Is that possible?
m
Mike Robbins
10/07/2021, 10:54 PM
You can create a script parameter on your second WFA script that is the same type as your workflow field. Then when editing that 2nd action, you can provide a value for that parameter and access it from the script.