I have a flow that transfers the contents of a Form to a PDF file. The template is an .html page which contains 3 markers
{firstname}
{surname}
{address}
using 3 Compose functions - replace in the flow I replace the markers with the content of my Form unfortunately however in the end it only replaces me
{address}
as if the script forgets that it has performed the previous action.
I followed this tutorial
https://www.youtube.com/watch?v=2PnzyQNMp3o
but nothing, it doesn't work for me
Thanks for your cooperation