On a app I have created, I have a list box where people can make multiple selections. When I Submit the form, only the last item selected in syncing to my excel file I have saved in One Drive. How do I get my Excel folder to record all the items selected? Attached is my form
Solved! Go to Solution.
Hi@RobinMauldin,
Based on the issue that you mentioned, do you want to write all the selections back to the Excel?
Could you please share more about your List box, is it filled with another table or items put in Items property?
Combine that with your description, I think SubmitForm() can solve your problem. I have a test on my side and I'll explain the test conditions here for reference.
["Disc","Spring","Guide","Seat","O-ring","Module","Rubber Kit","Other"]
Concat(ListBox2.SelectedItems.Value, Concatenate(Text(Value),","))
SubmitForm(Form1)
Note: 'Cleaning Repairs and Parts Value' represents the column name in your Excel table. [ListBox1.SelectedItems.Value] is a table format that is not matched to the Excel table format. You need to convert it to strings.
Best Regards,
Qi
Hi@RobinMauldin,
Based on the issue that you mentioned, do you want to write all the selections back to the Excel?
Could you please share more about your List box, is it filled with another table or items put in Items property?
Combine that with your description, I think SubmitForm() can solve your problem. I have a test on my side and I'll explain the test conditions here for reference.
["Disc","Spring","Guide","Seat","O-ring","Module","Rubber Kit","Other"]
Concat(ListBox2.SelectedItems.Value, Concatenate(Text(Value),","))
SubmitForm(Form1)
Note: 'Cleaning Repairs and Parts Value' represents the column name in your Excel table. [ListBox1.SelectedItems.Value] is a table format that is not matched to the Excel table format. You need to convert it to strings.
Best Regards,
Qi
Stay up tp date on the latest blogs and activities in the community News & Announcements.
Mark your calendars and join us for the next Power Apps Community Call on January 20th, 8a PST
Dive into the Power Platform stack with hands-on sessions and labs, virtually delivered to you by experts and community leaders.
User | Count |
---|---|
15 | |
4 | |
4 | |
3 | |
3 |
User | Count |
---|---|
23 | |
9 | |
5 | |
5 | |
4 |