I have a list (List A), tracking items being destroyed. For each item being destroyed a unique tracking number needs to be generated after the requestor submits the request for approval.
field 1: Items being destroyed (drop down)
field 2: number of items being destroyed (number field)
So, if paper is being destroyed (field 1), the corresponding field number of boxes of papers (field 2) will also be filled.
Example, if the requestor is destroying 5 boxes of paper, I need to provide a unique tracking number for all five boxes.
I am not using a repeating section as this form could easily have more than one repeating section based on what is being destroyed. My thought is to copy the list items (with some of the key fields) from List A to List B and generate a unique number from there.
In this case, I would need to create 5 list items in List B. I know how to copy the one item over, but not sure how to create the 4 additional reuqired list items over. Research shows I can use a counter variable, but considering there isn’t a collection and I am not using a repeating section, not sure how to incorporate a ‘for each’ action. Help and thank you.