I am trying to hunt down the workfow id’s but can’t figure this out. can anyone help?
i found variable id’s to set via js with the formula builder. is there a similar way to grab workflow id’s for
wwLib.executeWorkflow(‘ID HERE’)
I am trying to hunt down the workfow id’s but can’t figure this out. can anyone help?
i found variable id’s to set via js with the formula builder. is there a similar way to grab workflow id’s for
wwLib.executeWorkflow(‘ID HERE’)
It’s explained in this post
thank you!
Step 1: Enter the Dev Editor
Step 2: Open the relevant Global workflow
Step 3: Copy the UID of the workflow
If you click “show dev informations” at the bottom of the dev menu (the one with the >_), you can see those UIDs without having to use the special editor!
thanks, dude!