Look up RITM records through Flow Designer
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎05-30-2022 06:52 AM
Hello Experts
We are trigger flow once user profile is created or updated in sys_user and we sending link to manager and manager will fill the catalog form
If the ritm found then update the user record if not then send reminder email ,Please find below attachment it is not working if through there is one record it is not updating the user record
Don't know it is working any solution or inputs ?
- Labels:
-
Scripting and Coding
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎05-30-2022 08:12 AM
Hello Tudor
Yes i already verified that
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎05-30-2022 08:14 AM
Hi,
Seems query is not working
Did you check this point?
I hope you are running flow as System User
Regards
Ankur
Ankur
✨ Certified Technical Architect || ✨ 9x ServiceNow MVP || ✨ ServiceNow Community Leader
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎05-30-2022 08:19 AM
Hello
Yes
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎05-30-2022 08:13 PM
Hi,
are you sure the query you are doing is correct with correct field names and values?
Regards
Ankur
Ankur
✨ Certified Technical Architect || ✨ 9x ServiceNow MVP || ✨ ServiceNow Community Leader
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎05-30-2022 11:26 PM
Please expand the "Look Up Records" action and post a screenshot of the values. I have the feeling that there is wrong with the requested_for value.
Additionally this could be a timing issue if this flow takes place when this onboarding sc_req_item you are looking for is created in parallel. In this case you might have to do a sleep of a few seconds before doing the lookup.