Value of field record is not a GlideRecord error on Notification on flow designer

Narkkya Arulsel
Tera Contributor

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.

Screenshot 2023-04-06 at 11.30.33.png 

Thanks,

Narkkya

1 ACCEPTED SOLUTION

Community Alums
Not applicable

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.

View solution in original post

8 REPLIES 8

Community Alums
Not applicable

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?

Please see below.

Community Alums
Not applicable

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.

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