I have an array variable containing various entries. I want to display all entries of the array within a email being sent from flow without having to index the array elements, as the array length can vary and hardcoding the amount of elements gives you errors, seeing that sometimes you array is smaller than the coded length. Any help on this will be great thanks.
Solved! Go to Solution.
@gmaasz :
Sorry - I thought you were using a Compose action.....
How about this:
I added the following to the array:
12
AB
I set "is HTML" to Yes in the email
The email looks like this:
If this works for you, please mark your post as Solved.
Scott
Try using the Create HTML table action and create the table from the array. Set the include headers to yes and columns to automatic. Include the output of the HTML table action in your email.
If this works for you, please mark your post as Solved.
Scott
Hi Scot,
Thanks for the reply. This gives me an error when using the html table as you prescribed
@gmaasz :
Sorry - I thought you were using a Compose action.....
How about this:
I added the following to the array:
12
AB
I set "is HTML" to Yes in the email
The email looks like this:
If this works for you, please mark your post as Solved.
Scott
User | Count |
---|---|
35 | |
15 | |
14 | |
13 | |
10 |
User | Count |
---|---|
42 | |
30 | |
26 | |
14 | |
12 |