Hi,
Iam pretty new in the PowerApps Community and about to replace some old Infopath-forms with PowerApps.
Is there a way to create a new row with the excact same textinputs etc. on button press?
For example: I want to add suppliers to a request and this could be just 1 or 3 or 10... I want to add rows with the exact same information on pressing a little button that insets me the next row for the next supplier. (Look at the attachment)
I hope this makes sense to someone who can help me out here 🙂 Thanks!
Solved! Go to Solution.
Hi there,
You could create a gallery and add in the elements you need for one row, set the Items for this gallery to your collection "TestCollection", then your "insert next item" button can add a row to the collection - Collect(TestCollection,{SampleText:"new row"}), this will programmatically add a row with your information.
Hope this helps 🙂
Hi there,
You could create a gallery and add in the elements you need for one row, set the Items for this gallery to your collection "TestCollection", then your "insert next item" button can add a row to the collection - Collect(TestCollection,{SampleText:"new row"}), this will programmatically add a row with your information.
Hope this helps 🙂
User | Count |
---|---|
263 | |
110 | |
98 | |
55 | |
40 |