I have a word document that has 3 separate tables, however, only one shows in the word template. What am I doing wrong?
Word in Flow
Word Document
So you need to define the simple text content controls for each table differently and also the array that feeds this table in flow.
If this defines the first array:
{
"Product Type": "Content",
"Item": "Content",
"Description": "Content"
}
Then the other should be
{
"Product Type 2": "Content",
"Item 2": "Content",
"Description 2": "Content"
}
And so on.
I hope this helps.
David_MA
310
Super User 2025 Season 1
Michael E. Gernaey
271
Super User 2025 Season 1
stampcoin
249