- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-03-2022 10:38 AM
I'm trying to find all workflows that perform a specific action in a Run Script activity but I can't find the table that holds the contents of the script in order to search on it. Does anyone know what the table is?
For example, I know WorkflowA and WorkflowB both have Run Script activities in them with script that checks to see if it came from an order guide. I would like to search the rest of the workflows to see if they also check for order guide, but I don't want to have to open each workflow and read each Run Script, I would rather just search on the contents of the script field.
Thanks!
Solved! Go to Solution.

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-03-2022 10:41 AM
Lookup "sys_variable_value" table
Refer to below link:
Finding references / sys_ids in Workflows
Aman Kumar

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-03-2022 10:41 AM
Lookup "sys_variable_value" table
Refer to below link:
Finding references / sys_ids in Workflows
Aman Kumar
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-03-2022 10:43 AM
Thanks, that's exactly what I needed.

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-03-2022 10:48 AM
Awesome!
Aman Kumar