Announcements
Hi i have to table questiondata and Answe_data
i need save the answer from the gallery1
i used this formul but record just one what is the wrong
Patch(Answer_Data;Defaults(Answer_Data);{Answer:TextInput1.Text;Q_Id:Label6.Text;Answer_Dates:DatePicker1.SelectedDate;User_Name:TextInput2.Text})
Hi @dursunzeeee ,
Where do you want to save the data? what is the data source you are using could you please elaborate more on this?
i want to save answer excel
Where is your excel? is it in the app or in a sharepoint / ondrive? could you please elaborate more on how you are managing the data in the app?
in one drive
Do this,
ForAll(Gallery1.AllItems,Patch(Answer_Data,Defaults(Answer_Data),{Answer:ThisRecord.TextInput1.Text}))
Hi Thank you but record just gallery answer i want to record like first colum
here is the complete code block, now this will add all the columns.
ForAll(Gallery1.AllItems,Patch(Answer_Data,Defaults(Answer_Data), {Answer:ThisRecord.TextInput1.Text;Q_Id:ThisRecord.Label6.Text;Answer_Dates:ThisRecord.DatePicker1.SelectedDate;User_Name:ThisRecord.TextInput2.Text}))
@dursunzeeee ,
did this work for you???
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.
11manish 411 Super User 2026 Season 2
Mohsin Ali 338
WarrenBelz 256 Most Valuable Professional