I'm building my first app and I'm trying to pass the names selected on powerapps to a cell in excel separated by a comma. the formula I'm using on powerapps to put all the names in the same textbox is
Concat(ListBox2.SelectedItems.Name,Name&",")
but when it updates the information on excel the commas disappear and I can't fix it. can anyone help?
Solved! Go to Solution.
Your code needs a small correction. Please give this a try and let me know the result:
Concat(ListBox2.SelectedItems,Name&",")
---
Please click "Accept as Solution" if my post answered your question so that others may find it more quickly. If you found this post helpful consider giving it a "Thumbs Up."
Your code needs a small correction. Please give this a try and let me know the result:
Concat(ListBox2.SelectedItems,Name&",")
---
Please click "Accept as Solution" if my post answered your question so that others may find it more quickly. If you found this post helpful consider giving it a "Thumbs Up."
The first Microsoft-sponsored Power Platform Conference is coming in September. 100+ speakers, 150+ sessions, and what's new and next for Power Platform.
This training provides practical hands-on experience in creating Power Apps solutions in a full-day of instructor-led App creation workshop.
User | Count |
---|---|
187 | |
53 | |
52 | |
38 | |
37 |
User | Count |
---|---|
282 | |
97 | |
86 | |
80 | |
77 |