- 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
05-25-2023 10:43 PM - edited 05-25-2023 10:45 PM
Hi Kilo,
You can create a Flow Variables and then use 'Set Flow Variables' to type this script:
---------------
After that, you can use an 'if' statement to check if the output of that variable is more or less.