- 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:52 AM
Then you can add approval action and set it as shown in below image
set the user or group by data pill picker if you stored it in a variable or field of RITM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-16-2023 04:00 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-16-2023 03:54 AM
you can't have variable of type integer. you need to use single line text only
your condition looks good.
Is it not working fine?
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 04:01 AM
- 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