Hello,
Please anyone can help me with the following issue:
I would like to send an email with attachements using the option "send an HTTP request to Sharepoint". Anyone can share with me the steps to perform before this input and the code to use inside the request? so far I have this:
{
'properties':
{
'To':['@{triggerOutputs()?['body//Email']}'],
'CC':['@{variables('x')}','@{variables('y)}'],
'Subject':"@{triggerOutputs()?['body/x/Value']} Absence Justification | @{variables('v')} | @{triggerOutputs()?['body/x/DisplayName']} | Ticket #@{triggerOutputs()?['body/ID']}",
'Body': ' Hello,
<p>....


Report
All responses (
Answers (