I have a flow that consists of:
- Recurrence
- List rows present in a table (with filter query and order by)
- Filter array (here I filter by the value of a specific column)
- Create HTML Table (here I want to create a table with specific columns based on the applied filter)
- Compose
- Send an email v2
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?