I have a scrolable screen that has a number fields. I want to save all these fields as one column in a SharePoint list...is there a way to get about doing this in PowerApps? I want to submit all this data as one field in SharePoint.
Solved! Go to Solution.
Hi @Spawn10
Patch(SharePointListName, Defaults(SharePointListName), { Column1: Concatenate( TextInput1.Text," , ", TextInput2.Text," , ", Dropdown1.Selected.Result," , ", DatePicker1.SelectedDate," , ", . . . //to add all your columns ) } )
Hi @Spawn10
Patch(SharePointListName, Defaults(SharePointListName), { Column1: Concatenate( TextInput1.Text," , ", TextInput2.Text," , ", Dropdown1.Selected.Result," , ", DatePicker1.SelectedDate," , ", . . . //to add all your columns ) } )
Hi yashag2255 ,
Thank you so much for getting me going in the right direction. This was extremely helpful.
Check out new user group experience and if you are a leader please create your group
Did you miss the call?? Check out the Power Apps Community Call here!
See the latest Power Apps innovations, updates, and demos from the Microsoft Business Applications Launch Event.
User | Count |
---|---|
275 | |
229 | |
79 | |
37 | |
37 |
User | Count |
---|---|
351 | |
232 | |
124 | |
70 | |
55 |