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
Ashley ZhaoAshley Zhao 

A Flow question about bunch load data

Hi,all. I am back again.
This time, I meet a problem about bunch load data.

The details is the following:
     For example, when I create or update a contact, it will trigger a process to execute a flow, which can search a template from a custom object called SMS, and when the flow find a template, it will send a message to the contact. Besides, if the flow can not find a template, it will send me an email to tell me that. But now, when I create or update greater than 3 records, it will send me the email. what's more, I can use the variables search the correct data by writing a query code on sublime. Could anybody please help me solve it?

Yours sincerely,
Best wishes!
Tejpal KumawatTejpal Kumawat
Hello Ashley,

According your example you want to filter out records . You can check use checkbox on the object level & field update in flow once email send. In query that checkbox used as filter.

Regards
Tej Pal Kumawat
Skype : tejpalkumawat1991

If this answers your question mark Best Answer it as solution and then hit Like!

 
Ashley ZhaoAshley Zhao
Hi, Tejpal. Thanks for your replying. But it seems like does not work. So it there any better ideas?