Hi, Power Automate Community,
I am have flow were I want to select the columns in a array variable (Append to Array Variable).
High Level view of flow:
The Append to Variable is in the Apply to each 3 component:
Thereafter, I have the Select component in order select the items from the Array Variable:
(I could have used create HTML table for this, but I need to format the HTML table in proper structure and I can only achieve this with the Select component, as you can see I have formatted the column width, colors etc).
I have used the item expression: item(variables('HTML Table'))?['Task_Number'] (The name of the variable and column name in the variable) but I am getting an error:
Can someone please help me with this.
Any help will be much appreciated.
See the following video which gives a step-by-step tutorial on how to create formatted HTML tables in Microsoft Power : https://www.youtube.com/watch?v=VnWg-Eox37Q
Ellis
____________________________________
If I have answered your question, please mark the post as Solved.
If you like my response, please give it a Thumbs Up.
Hi @ekarim2020 , thank you for your reply.
Unfortunately the video provided in the link didn't provide a solution to my problem.
But I needed to change my formula from: item(variables('HTML Table'))?['Task_Number'] -> item()?['Task_Number'].
So I needed to remove the parameters from the email.
Thanks again!
Learn to digitize and optimize business processes and connect all your applications to share data in real time.
Come together to explore latest innovations in code and application development—and gain insights from experts from around the world.
At the monthly call, connect with other leaders and find out how community makes your experience even better.
User | Count |
---|---|
22 | |
21 | |
9 | |
8 | |
7 |
User | Count |
---|---|
33 | |
31 | |
24 | |
21 | |
11 |