Hello,
If I create a power automaton following a Forms and output the results in html or Excel, they are in the same form.
Here's what it looks like:
| Field 1 | Field 2 | Field 3 |
| Result 1 | Result 2 | Result 3 |
Here's what I'd like to achieve:
| Field 1 | Result 1 |
| Field 2 | Result 2 |
| Field 3 | Result 3 |
I can do this in an e-mail using the html code, retrieving the code to make tables and putting the tags in the "Result" boxes.
However, I would have liked to have a "raw" generated file in this form.
Do you know if this is possible? If so, how?
Thanks