Dear members/users,
I have a Power Automate flow. This flow retrieves SharePoint news from the past 7 days and sends it once a week via an HTML email.
The email creates an overview with the title of the news, a link to the SharePoint news article, an image, and a description.
Recurrence
Get Items: SP Site pages (list ID in library settings)
Initialize variable: Name=EmailBody Type=String
Apply to each: @{outputs(‘Get_items’)?[‘body/value’]}
Inside apply to each:
Append to string
Send an email V2
The flow works perfectly. The only downside is that the images are not loaded in the Outlook desktop version and on the mobile application.
I have searched this forum but unfortunately, I cannot find a suitable solution.
Which genius can help me?
Thanks in advance!