How can I trigger a Flow Designer flow only when a specific Order Guide is submitted?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
3 weeks ago
Hi everyone,
I’m working on ServiceNow (Yokohama release) and I need to trigger a Flow Designer flow only when a specific Order Guide is submitted.
Trigger on sc_request → Flow Designer cannot filter by Requested Items (reverse relationship).
The Order Guide trigger type does not appear in my Flow Designer (Catalog Builder advanced triggers seem unavailable).
The Order Guide also does not populate any identifiable field on the Request record.
Because of these limitations, I am unable to detect which Order Guide was used when the request is created.
What is the recommended or supported way in Yokohama to trigger a flow only when a specific Order Guide is submitted?
Best regards
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
3 weeks ago
Hi @safa biskrane,
the request can have a hidden form and on the order guide you can make that field manipulated. E.g. field on request would be called "Submitted by OG" and if it is from the order guide it would make that field true, otherwise would be false. And this indicator can serve for either reporting or trigger other processes incl. flow...
No AI was used in the writing of this post. Pure #GlideFather only