
Hi All,
hoping someone can help me work this out - i've got a list of items going over to a word template, using power automate and repeating controls. now the PA part is working (i think!). the reason i think this is the table (which in the template is 1 row) has the correct number of rows for the number of items in the array (so 6 items, 6 rows).
the only issue is the actual text in each row is blank. so the right number of items, but the actual text is not present.
hope i'm not going mad here, but i can't seem to get what i'm doing wrong, hoping someone can help.
Hi All,
so i've managed to fix this!
the way i achieved it was first to initalise the variable in PA as blank, then a new action to append to the same variable, where the plain text content control (in this case, title and tag called 'AccountName') was referenced in the 'Value' field of the 'Append to an Array Variable' value setting with the following schema:
{
"AccountName":[your dynamic content here]
}
obviously for me the account name bit came from a powerapp, but yours could be anything. hope this helps!