Hi All,
I have a HTML template that we are trying to export by flow. Within the HTML we are using formulas such as
<td style='width: 50%; height: 18px;' colspan='2'>" & RichTextEditor3.HtmlText & "</td>
But we have a requirement for two signatures on the form which we are exporting. I watched a video by Shane Young and he was using the formula below in a button along with a flow .Run.
<img src=" & JASON(PenInput1.Image, JSONFormat.IgnoreBinaryData ) &">
I have tried to use the above code in my HTML along with all the other formulas so that when my flow process is called, ALL of it is processed in one go, however I'm not having much luck getting that <img src=" .... to work.
I have the peninput saving base64 back to the sharepoint list - which is all working.
Am I going around this the wrong way?