function readOnly(count){ }
Starting November 20, the site will be set to read-only. On December 4, 2023,
forum discussions will move to the Trailblazer Community.
+ Start a Discussion
Babar Hussain 4Babar Hussain 4 

Flows Get Records

I'm getting error in get records screen, Anyone know why. Actually I'm trying to create email alert for events if due date is todayMy Requirement is :

As a: Salesforce.com Event owner, I want to receive an email notification when an Event end date equals today’s date.

Note: Using flows I need to do, No workflows & no process builder

Sai PraveenSai Praveen (Salesforce Developers) 
Hi Babar,

Can you share the screenshot of the get record element in the flow.

Thanks,
 
Babar Hussain 4Babar Hussain 4
User-added image
Sai PraveenSai Praveen (Salesforce Developers) 
Hi Babar,

As of today you cannot check whatid or what.type in Event object in flow. You may have to use the APEX action and get the information for it.

Please find the similar question in stack exchange.
https://salesforce.stackexchange.com/questions/333386/best-way-to-get-the-custom-object-type-of-a-whatid-in-a-flow

Let me know if you face any issues.

If this solution helps, Please mark it as best answer.

Thanks,