- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-16-2020 05:38 PM
Hello,
I'm working on a subflow in the Flow Designer and ran into an issue when using a catalog variable as the data pill.
I used the "Get Catalog Variables" action to get the string value of a catalog variable in a previous step.
My question is can we check if the catalog variable(string field) is greater than a hardcoded number and then control our if logic that way? (check screenshot)
Currently, all I see is "is, is not, contains, and does not contain"
I don't see a script option for the "condition part" either.
Am I missing something?
Solved! Go to Solution.
- Labels:
-
flow designer
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-17-2020 08:51 PM
Hi Kevin,
You can create a custom action with script step and evaluate the condition in the script.
Regards,
Suraj

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-16-2020 06:32 PM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-17-2020 07:21 AM
Hi Muhammad,
I like the idea but I do not see an inline script button"f(x)" for an in if statement or flow logic choice? is there something I need to do to have it show? I do see it on all the actions
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-17-2020 08:51 PM
Hi Kevin,
You can create a custom action with script step and evaluate the condition in the script.
Regards,
Suraj
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-18-2020 07:49 AM
that what I ended up doing!