Good Morning,
Have a model driven app with a Parent record that has a whole number column called number of items.
I would like to create a flow that automatically creates the number of related child records based off the number above.
In the child records there is a position column and I would like these to be automatically filled starting at the number 1.
so for example
Parent records gets created and the number of items column says 4
Flow should then create 4 related child records like so
1st Record - Position = 1
2nd Record - Position = 2
3rd Record - Position = 3
4th Record - Position = 4
There are other fields in the child records but I can sort them out. Its just knowing and creating the number of records as well as the "auto number" thing.
Thanks in advance
Todd