I have a flow that consists of:
When I select "custom" in the Create HTML Table and try to add a value, it automatically adds a "for each" loop, which breaks my flow.
How can I fix this or what's the correct way to do it?
If your problem has solved, please go ahead and mark the post as solved by clicking “Accept as Solution” so that this thread will be marked for other users to easily identify!
Thanks
Thank you.
Under the Create HTML table you already mapped the Filter array results. So if you want to map the Relatario you need to use the expression
items()?['Relatario']
item()?['Sharepoint Column name']
Thanks
Hi, my flow
I will put string and date.
When I try to input a string and a date into the create HTML table function, it automatically applies 'apply to each' after I enter the first value.
When this occurs, it disregards the filter I set and sends everything that matches the filter to 'list row present in a table'
Please see below steps:
Title value I placed as an expression item()?['Title]
If you can post a screenshot of your flow and what value you are trying to map (eg: data type such as string, int, etc) that will be helpful.
Thanks