Hello I am working on a workflow. I have one WFA s...
# suitescript
u
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
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.
u
Ah, thanks.