How can the administrator modify the flow to improve scalability?

An administrator is running into performance issues due to a high number of records being created in a flow.

How can the administrator modify the flow to improve scalability?
A . Ask a developer to create a Flow apex action to offload the creation of records
B . Ask a developer to offload all the Flow functionality to Apex code via Triggers and Apex classes
C . Use the Bulk Create Records node in the Flow to improve performance
D . Offload the creation of records to a Subflow that will be called in the Reference Flow

Answer: C

Explanation:

The best way for an administrator to modify the flow to improve scalability when running into performance issues due to a high number of records being created in a flow is to use the Bulk Create Records node in the Flow. This node allows the administrator to create multiple records of the same object type in one transaction, which reduces the number of database operations and improves the flow performance.

Reference: https://help.salesforce.com/s/articleView?id=sf.flow_ref_elements_data_bulk_create.htm&type=5

Subscribe
Notify of
guest
0 Comments
Inline Feedbacks
View all comments