Flow Action "Look up Records" or "Look up Record" is not returning the records from a custom a table
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-18-2023 04:49 AM
I'm passing the "sys id" of the record in a flow variable and I'm matching the condition with the "Look up record" or "Look up Records". The "sys id" and the record is available the in the table. But in the flow I'm getting no record found.
Adding screenshot for reference
Flow Action screenshot
Table Record screenshot
Thanks Inadvance
- Labels:
-
flow designer
-
Scripting and Coding
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-18-2023 05:17 AM
@Srinivas Chinn1 Share you flow designer step screenshot here
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-18-2023 05:32 AM
Here
I'm getting record sys id in flow variable then I'm matching in the lookup records action
Here condition
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-20-2023 04:46 AM
@Srinivas Chinn1 Instead of flow variable, can you try to simply put sys id there and check for testing Also How are you setting sys id in flow variable ?

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-20-2023 05:08 AM
Hi,
I can see that the record you are referencing is part of a scoped app.
What scope is the Flow executing from? Does it have access to your scoped app?
Does the user executing the Flow have access to your scoped app?
Does the user have access to the record?