Skip to main content
Community site session details

Community site session details

Session Id :
Microsoft Dynamics 365 | Integration, Dataverse...
Unanswered

Populate Word Template in Flow with (2 level) embedded repeating content control

(0) ShareShare
ReportReport
Posted on by 15

Hello!

I have a word template with 2 Repeating Section Content Control. 1st called accounts 2nd called payments. The 2nd is embedded to the 1st. And the payments contains paymentids what is a Plain Text Content Control.

pastedimage1601637416685v1.png

I have a Flow to get this template and get data from D365 to populate the template like this.

pastedimage1601637980586v2.png

The accountData looks like this:

{
	"accounts": [
		{
			"accountname": "Account1",
			"payments": [
				{
					"payment_id": "pay1",
					"amount": 111
				},
				{
					"payment_id": "pay2",
					"amount": 222
				}
			]
		},
		{
			"accountname": "Account2",
			"payments": [
				{
					"payment_id": "pay3",
					"amount": 333
				},
				{
					"payment_id": "pay4",
					"amount": 444
				}
			]
		}
	]
}

And the result is this

pastedimage1601638200163v3.png

The question is the 2 level repeating thing should work or not? If it should I think I mess up something.

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

Ramesh Kumar – Community Spotlight

We are honored to recognize Ramesh Kumar as our July 2025 Community…

Congratulations to the June Top 10 Community Leaders!

These are the community rock stars!

Announcing the Engage with the Community forum!

This forum is your space to connect, share, and grow!

Leaderboard > Microsoft Dynamics 365 | Integration, Dataverse, and general topics

#1
Adis Profile Picture

Adis 136 Super User 2025 Season 1

#2
Sohail Ahmed Profile Picture

Sohail Ahmed 81

#3
Jonas "Jones" Melgaard Profile Picture

Jonas "Jones" Melgaard 77 Super User 2025 Season 1

Product updates

Dynamics 365 release plans