- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-16-2023 02:52 AM - edited 06-16-2023 03:19 AM
Hi All,
I have a requirement in ServiceNow flow design.
There's a field in the catalog form. Single line text.
In the flow design I have to check the condition whether that particular variable has a budget greater than or equal to 50k. Based on that condition it should trigger a approval action.
I tried using flow variable but unable to find the logic.
Can anybody please help me in achieving this?
Thanks in advance
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-16-2023 04:11 AM
then use a flow variable and store the integer value of that string as integer
then use the IF action to compare that flow variable against 50
If my response helped please mark it correct and close the thread so that it benefits future readers.
Ankur
✨ Certified Technical Architect || ✨ 9x ServiceNow MVP || ✨ ServiceNow Community Leader
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-16-2023 03:22 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-16-2023 03:27 AM - edited 06-16-2023 03:36 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-16-2023 03:35 AM
you should change the variable that store budget to integer type and then put a check in if condition
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-16-2023 03:41 AM
I tried making the variable field as integer. But user should be able to mention whether it's in INR or USD or other currency. So, removed the validation.
Can you please check my previous reply?