How to find all instances of a static value within Decisions?

I was wondering if there was a way to find all instances of a static variable used throughout the Decisions application. Is there a way to accomplish this?

Comments

  • Hi there,

    We can find all instances of a static variable by utilizing a Report which uses Flow Structure Constant Report selected as the Data Source. Once selected, choose the Data Field values “Value”, “Flow ID”, and “Step Name”. This will allow you to view exactly what Flow and what Step the static variable is associated with. From here, add a “Value Equals” filter and set the value equal to the static variable you are searching for.

    Once updated, the Report should show all instances where the static variable exists throughout the Decisions application. Copying any of the FlowIDs and searching it in the global Decisions search bar will allow you to find the exact Flow where the static variable is being used.

    Hope this helps!

Sign In or Register to comment.