
Hello Community,
I want to build a flow which creates an HTML table from a Forms response. The forms has two pages which contain the same content but for different purposese (I want the users to fill in the froms for a reimbursement of expenses, if they buy something for our company)
(the "Zweite" is german for second)
The problem I am facing is that I can't add the different Responses (which should be under the same header in the HTML table) under one header. Is there any Action I can add to do this?
There is no action that will do this for you, but you can build out your HTML manually by appending it to a string variable. That will give you total control over what the HTML table looks like. I've done this to implement custom styles to format specific cells in a table in the past.