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
Patrick McClellanPatrick McClellan 

Create multiple records in Visual Flows?

In Lightning components, one would typically collect a set of new records and save them all in a single server transaction. I'm working in Visual Workflows now, and I've gathered a whole group of object records, but it appears I have to loop and create the records one at a time. Am I wrong? This seems like a feature that would be quite practical.

Thanks.
Diksha Goel 6Diksha Goel 6
Hey Patrick,

One can do most anything we want with a visual flow. Before they were called "flows" they were referred to as "interviews". This would be no different than looping an "interview process.

For more information refer this:
https://automationchampion.com/2015/02/04/parsing-dynamic-multi-select-picklist-fields-flow-reusable-component/

Thanks
Hope this helps.
Diksha Goel