Good morning!
I am about to complete my Business app. I need help to populate multi select column.
I created a Sharepoint List and made power apps to collect data. Then I made a word template and also built a Power apps flow and mapped all values in template using Populate a Word Template step in flow.
Items Property
DefaultSelectedItems Property
When I select Device Name and map the value, my word template populate like this -
How can I fix this. I would appreciate the help.
I’m an intermediate Power Apps builder and I understand the steps you shared, but I’m having trouble implementing them. I’m currently working on a test app that has 170 columns, including 10 to 22 multi-select columns.
I need guidance on how to properly set up one ComboBox for my test app. Once I figure that out, I’ll apply the same approach to the relevant columns in my main app.
Could you help me with that?
The flow uses a data select action to isolate the Value property of the multiselect and then a
JOIN() in a Compose to turn those results into a string.
The resulting string in the Compose then looks like this.
Choice 1;Choice 3;Choice 5
That output of the Compose could then be inserted into the Word Template.