In the rest of this post, we’ll go over the five flow loop elements in more detail and, in parallel, I’ll tell you a story about two 12-year-old girls named Data and Flow. Their story reiterates key concepts about flow loops. At the end, play a matching game to test your compr...
not code. Flow Builder is the most powerful tool that a Salesforce Admin has at their disposal, giving you similar powers that Salesforce developers have. If you need to perform mass updates across multiple unrelated records, or complex logic into opportunity conversion, these are common examples...
Previously when you created a flow with a loop that caused 2,000 Flow elements to be triggered, you would be presented with an error message that announced “ITERATION_LIMIT_EXCEEDED”. You may not have run into any governor limits (number of DML Statements, number of SOQL queries, etc.),...
“You can always tell a great workflow rule not so much by its steps but by when it’s self-documenting ... therule name, thedescription, and therule criteriashould have information that a Salesforce admin can read at a glance and understand the intent of the workflow rule. ...
Tutorials for Salesforce Flow, featuring the new Flow Builder. 1a) Introductionhttps://youtu.be/4zcMkWeSLKs1b Get a Record and Use Ithttps://youtu.be/PtC_2Hit41Q1c Get Multiple Records and Loop Through Themhttps://youtu.be/ELXfWRSvtuc1d Decisions, Related Records, Buttonshttps://youtu...
Salesforce Flow best practices and Salesforce Flow Design Patterns (what TO do and what NOT to do in Flow).
“VRP Consulting's active communication throughout the process kept us in the loop and ensured questions were answered and requests implemented. The whole team was flexible and delivered the highest quality.” Nia Razmadze, Resource Mobilization Officer ...
call in a loop using the value in the id field of the asyncresult object, returned by the retrieve() call in the previous step. check the asyncresult object returned until the done field contains true . the time taken to complete a retrieve() call depends on the size of the zip file ...
An effective sales pitch should be a two-way street that adds value for both parties. Here's how to build the perfect pitch, with clear examples.
create events in a loop for ( integer i = 0 ; i < 10 ; i ++ ) { events . add ( ( order_event__e ) order_event__e . sobjecttype . newsobject ( null , true ) ) ; } // pass the list of events to the publish call eventbus . publish ( event...