Hi,
I'm trying to build a powerapp that will update a collection from a form with a certain number of records that will be manipulated further later. In my form I currently have two text inputs fields Name, and Count.
What I want my end result to be, if I enter 'Apple' as Name and '4' as Count, I want to have four records created in the collection with 'Apple' in the 'Name' field. Next, if I enter 'Blueberry' as Name and '10' as Count, I want to have ten records created in the collection with 'Blueberry' in the name. This would be 14 records in total.
Any ideas how to accomplish?