The CreatorCon Call for Content is officially open! Get started here.

How to search flows for keywords

Myron Smith
Giga Contributor

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.

2 REPLIES 2

Maik Skoddow
Tera Patron
Tera Patron

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

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.