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
Scott_GassmannScott_Gassmann 

FLOW: Creating a record for each record in a loop

Hi All  - I've only used flow in a basic sense for a couple of years and I have a slightly more sophisticated use case that I can't seem to make work in flow and starting to get a bit frustrated with it if I'm honest. So hoping to find some support here! 

At the most fundamental level, what I want to do is create a collection of records that meet certain criteria and then for each record I find I want to create a new corresponding record (with some additional information) I can handle when and how it triggers and the logic involved in finding the correct records that enter the loop. It's just the construction of the loop and record create piece that I'm stuck on. 
Manj_SFDCManj_SFDC
Hello Scott,
When you do a fast look up and you may have a condition to check, if the condition matches you can use Record Create (Drag and Drop from the pallette) and choos the object for which you ned to create the record and pass the values to the fields(at least the required ones) 
you can refer this 
https://automationchampion.com/tag/create-record-through-flow/
https://automationchampion.com/tag/record-create-in-flow/