Announcements
In my powerapps application when I click on save button then it will save only one question multiple times please give me a proper solution it's urgent please find attachment.
Hello @AnandJ3
Store your data first in a collection and run the ForAll for the collections.
Here's the tutorial. Not directly related to it but same concept. Hope you can apply.
https://youtu.be/LNz5FwBmWD0
Hi @AnandJ3 ,
Add a reference to ThisRecord, for example:
ForAll( Gallery2_2.AllItems, Patch( 'Process Governance checklist', Defaults('Process Governance checklist'), { Title: ThisRecord.LblAppName1_3.Text, Question: ThisRecord.TextInput4_2.Text, Response: ThisRecord.Radio3_2.Selected, Comment: ThisRecord.TextInput5_2.Text } ) )
Under review
Thank you for your reply! To ensure a great experience for everyone, your content is awaiting approval by our Community Managers. Please check back later.
Congratulations to our community stars!
Expanding mentorship, skilling, and AI innovation
These are the community rock stars!
Stay up to date on forum activity by subscribing.
WarrenBelz 296 Most Valuable Professional
11manish 224
Valantis 181