How to search flows for keywords
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎06-24-2022 04:42 AM
We are trying to find out how to search in our flows for keywords. For example, if we need to make a change to all instances of xyz in our flows, how would we perform that search without going through each flow individually and searching through the code.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎06-24-2022 05:43 AM
Hi
basically everthing regarding a (Sub-Flow) is stored at table sys_hub_flow. But when trying to open a record in that table you will be redirected to the Flow Designer.
To find any occurrences of some keywords in your (Sub-)Flows you can scan the "Payload" field at the table "sys_update_xml". Here you will find everything in plain text wrapped by the respective XML tags.
Kind regards
Maik
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎03-14-2023 11:12 AM
Thank you. But nowhere near as useful as being able to search the Script field on a business rule. Something like this is very much needed.