I was referring to the following guide on how to send a SharePoint no-reply email with a specific sender name, which was triggered via Power Automate:
I've tried both display name and email address (via the O365 connector) and assigned these values to the From
property, but this did not work in either scenario. Unless something has changed in the connector since this guide was published, I'm stumped.
{
'properties':{
'From':'',
'To':['@{variables('Email')}'],
'CC':[''],
'Subject':'@{variables('RequestID')} requires changes',
'Body':'Dear @{variables('Name')},<br><br>Please update this item according the the following comment:<br><br>@{variables('Comments')}<br><br>Thank you.<br><br>Best regards,<br>X'
}
}
Update #1:
For some reason this worked ONCE yesterday while testing but not on subsequent attempts. The SharePoint site name appeared as the sender! Strangest part is I left the From
field blank. I wonder if my organization admin made changes of if Microsoft has finally fixed this...
Update #2:
Failing which, is there a way to ensure the SharePoint site name appears as the sender every time? Right now the flow does that, but on every alternate request it goes back to 'Online, Sharepoint (Gen)'