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.
User | Count |
---|---|
169 | |
94 | |
64 | |
64 | |
60 |
User | Count |
---|---|
241 | |
163 | |
95 | |
85 | |
82 |