- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-10-2024 05:59 PM
I'm having trouble figuring out what's wrong with my flow in Flow Designer because some steps work when I test them in Flow Designer but don't work when I submit a RITM in dev, and other steps work when I submit a RITM in dev but don't work when I test them in Flow Designer.
Step #3 is supposed to wait until a multiple choice variable is set to Yes or No - someone will update it after the request is submitted. The Wait for Condition doesn't work when I test it in Flow Designer but does work about five minutes after I update the variable on a RITM submitted in dev.
Step #s 5 & 9 both evaluate to false on a RITM submitted in dev, so the flow never gets past step 3. But when I test the same RITM in Flow Designer, it evaluates the If conditions correctly and proceeds with the correct steps.
How do I even go about debugging this? I'm very new to working with flows (as opposed to workflows).
Thanks in advance for any help!
Solved! Go to Solution.
- Labels:
-
Flow Designer
-
Service Catalog
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-11-2024 02:55 AM
Hello @sbh,
Updating of fields or approval which are executed in records after request submission is not executed when we simply test the flow. And if variable sets to "Yes" from the RITM it didn't go in "if" block.
Please accept my solution if it works for you and thumps up to mark it as helpful.
Thank you!!
Thank you!!
Dnyaneshwaree Satpute
Tera Guru
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-11-2024 02:55 AM
Hello @sbh,
Updating of fields or approval which are executed in records after request submission is not executed when we simply test the flow. And if variable sets to "Yes" from the RITM it didn't go in "if" block.
Please accept my solution if it works for you and thumps up to mark it as helpful.
Thank you!!
Thank you!!
Dnyaneshwaree Satpute
Tera Guru
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-11-2024 12:37 PM
Thank you, @Dnyaneshwaree ! That explains it perfectly!