web
You’re offline. This is a read only version of the page.
close
Skip to main content

Announcements

News and Announcements icon
Community site session details

Community site session details

Session Id :
Power Platform Community / Forums / Power Automate / Populate word doc temp...
Power Automate
Suggested Answer

Populate word doc template- mutliple choice answer from MS list

(0) ShareShare
ReportReport
Posted on by 30
I currently have a flow which gets responses from a form, a couple of select actions to get items from question, then use that select action in create item. This works well and presents in my list item create. However further down in my flow I have a populate word doc which I use a compose action before it to join those items, however it is not presenting nicely. 
 
For example the first select action has the following:
From: json(outputs('Get_response_details')?['body/rcf6adde745d143a9be6b8094dc3303a2'])
Map: Key = Value
Value = item()
 
In create item I use the 'Select action output' in field with input entire array.
 
This works great because it shows the multiple choice answers from the form into the list exactly in the pills.
 
I did some co-pilot help and it said to fix to add a compose function directly before the populate word template connector with the following expression:
join(body('Select_Project_Trigger'), ', ')
 
However the word doc is still presenting the answers in the word doc, like so (where Sample words are the answer to the multiple-choice questions in the form:
{"Value":"Sample words"}, {"Value":"sample words"}, {"Value":"Sample words"} 
 
I need to simplest possible solution to be able to get the multi choice answers to present in the word doc with jus commas in between, and not to affect the create item part. 
I have the same question (0)
  • Suggested answer
    rzaneti Profile Picture
    4,476 Super User 2026 Season 1 on at
     
    If I understood correctly, it is unlikely that the join expression would have this output based on your description. Could you please confirm that you referenced the dynamic content of correct Compose outputs in the Populate Word Template action?
     
    If you did reference the correct Compose, please confirm the outputs of your Select Project Trigger look like ["Sample words 1", "Sample words 2", "Sample words 3"], formatted as an array of strings.
     
    If the output of your Select Project Trigger is something like: { "Value": "Sample words 1" }, { "Value": "Sample words 2" }, { "Value": "Sample words 3" } ], then create a second Select, using the outputs of Select Project Trigger as "From" (highlighted in red), switch it to text mode (in yellow) clear everything from the map and enter the expression item['Value'] (in blue):
     
    As a result, your output will look like this: ["Sample words 1", "Sample words 2", "Sample words 3"], and you will be able to use it as input for the join expression in your Compose.
     
     
    Let me know if it works for you or if you need any additional help!
     
    If this solved your issue, please mark it as Accepted Answer.
    👍 If it helped, feel free to give it a like!

    🌐 Explore more Power Platform content on my Website or on my ▶️ YouTube
    💼 Find me on LinkedIn
     
     
     
     

Under review

Thank you for your reply! To ensure a great experience for everyone, your content is awaiting approval by our Community Managers. Please check back later.

Helpful resources

Quick Links

Season of Sharing Community Challenge Launch!

Jump in, show your community spirit, and win prizes!

Kudos to our 2025 Community Spotlight Honorees

Expanding mentorship, skilling, and AI innovation

Congratulations to the May Top 10 Community Leaders!

These are the community rock stars!

Leaderboard > Power Automate

#1
Valantis Profile Picture

Valantis 377

#2
11manish Profile Picture

11manish 279

#3
David_MA Profile Picture

David_MA 234 Super User 2026 Season 1

Last 30 days Overall leaderboard