- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-06-2023 03:38 AM
Hi All,
I have a flow that checks everyday for records updated today and then sends email to appropriate team if it finds at least one record updated.
This was working before but has now suddenly stopped working due to Value of field record is not a GlideRecord error.
The flow hasn't been touched since it was working before and 2 other flows doing similar thing has this error.
See attached picture for execution detail.
Has anyone seen this error before or is able to help with it please.
Thanks,
Narkkya
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-06-2023 03:57 AM
No records have been found, so that's why the input into the Send Notification action is empty. You should add If/Else logic into the flow and call Send notification only if record has been found.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-06-2023 03:48 AM
Hi,
it seems, that the runtime value of the Record field in Send Notification action is empty. Can you provide the screenshot of the first action output values?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-06-2023 03:51 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-06-2023 03:57 AM
No records have been found, so that's why the input into the Send Notification action is empty. You should add If/Else logic into the flow and call Send notification only if record has been found.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-06-2023 08:55 AM
Hi Ondrej,
The weird thing is it worked few months before when I first created this flow.
I have now included if/else and it works.
Thanks