- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎06-28-2022 12:52 PM
We're trying to keep our error logs clean, in order to monitor for actual issues.
In a specific flow, there is a "Look Up Record" Action, that is in place to make the subsequent task creation happen IF there IS a record found. The "Don't fail on error" option has been checked, and the flow works.
My issue is that when this action returns no records, the system logs get updated with an Error log (not helpful) saying "No Record Found". How can I make it not log this?
Solved! Go to Solution.
- Labels:
-
flow designer
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎07-20-2022 10:27 AM
This does not prevent the error log from kicking off.
I used Flow Variables to work around it as an issue. We're just trying to keep logs clean as possible, unfortunately there doesn't seem to be a way to prevent that Flow Action from logging if no records are returned.

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎06-28-2022 09:16 PM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎07-20-2022 10:27 AM
This does not prevent the error log from kicking off.
I used Flow Variables to work around it as an issue. We're just trying to keep logs clean as possible, unfortunately there doesn't seem to be a way to prevent that Flow Action from logging if no records are returned.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎05-21-2025 12:56 AM
Hi, Change the properties of the flow: Run as to "System User" instead of "User who initiates the session"