Hello Everyone
I am having trouble create a pdf with 2 signatures (images) coming from an Azure Blob Storage, the first signature shows up but the 2nd signature doesn't.
From PA i get some HTML code.
Then Flow pulls from PA the location of the files in Azure Blob Storage, then I convert them using dataURI and place them into a variable and then I concat the HTML with the variable.
concat(variables('varHTML'), '<p>Manager Signature</p><hr /><p><img src="', variables('varManagerSignature') ,'"width="200" height="100"/></p><p>Director Signature</p><hr /><p><img src="', variables('varDirectorSignature'),'width="200" height="100" /></p>'')
I know for a fact the 2nd image works when i switch around the variables the image displays, but it will not display both images (see below).
Any assistance will be greatly appreciated.


![]()
![]()