Hi,
I am building a flow that is working perfectly that creates a QR code from https://quickchart.io/documentation/qr-codes/
For the caption component of the url I have the following expression
concat(triggerOutputs()?['body/cra11_location'],'%0A',triggerOutputs()?['body/cra11_sublocation'])
If I use
https://www.urlencoder.io/ it would appear that %0A represents a return to which I have tested and works fine in the qr generator url
I can seem to get it to work in my concat expression either with or without quotes.
Any ideas where I might be going wrong?
Thanks in advance
Todd