I have a flow which sends an email using values from a SharePoint Online list. One multiple line of text field contains a script block with the code needed to embed a form on a web page, e.g.
<script src="https://domain/embed/form.js?uuid=000000000000" id="form-embed-script"></script>
This has to be passed to the form requestor so they can add it to the content management system and publish their form. In the email, this field is always empty, I assume because the script is being blocked. Is there any way around this?
Solved! Go to Solution.
Hi @chellemcg ,
I did a test, and although the script block does not appear in the received email, it exists in the "view source" of the email. There may not be a better way in flow to recognize script blocks as string content for sending emails.
Best Regards,
Jessica Gu
Hi @chellemcg ,
I did a test, and although the script block does not appear in the received email, it exists in the "view source" of the email. There may not be a better way in flow to recognize script blocks as string content for sending emails.
Best Regards,
Jessica Gu