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 about batch load data

Hi,all. I am back again.
This time, I meet a problem about batch 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!