Scripting under Lookup record Action of Flow designer
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-05-2023 06:45 AM
Hi all,
I want add script for conditions of Lookup record action.
For example I want to lookup a record from em_alert table wherein the alert's description contains some value from additional information of input record.
Please help me with the solution.
Thanks in advance,
Shruti

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-05-2023 07:46 AM
@Shruti08 Please refer to the following steps to add scripted conditions in your Lookup record action inside your flow.
This script field should only contain the encoded query string. This string you can form by adding filters on your table and copying the encoded query from the filter breadcrumb.
Hope this helps.