- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-11-2023 10:38 AM
Hello experts,
In flow designer, we have look up records, and there we add certain conditions. Suppose we have a encoded query in the subflow input, is there a way we can use that encoded query and use that in the look up records action?
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-11-2023 07:48 PM
Hi @deepika46
Yes you can use encoded query in the Look Up Records action.
If you would like to call the Subflow Input Variables, you can use the below syntax:
fd_data.subflow_inputs.<variable_name>
Cheers,
Tai Vu
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-11-2023 02:06 PM
Looks like it can be done with the scripting option on the condition, refer to this: https://www.servicenow.com/community/now-platform-forum/flow-designer-lookup-records-with-encoded-qu...
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-11-2023 07:48 PM
Hi @deepika46
Yes you can use encoded query in the Look Up Records action.
If you would like to call the Subflow Input Variables, you can use the below syntax:
fd_data.subflow_inputs.<variable_name>
Cheers,
Tai Vu