Hi everyone,
I have a task to automate the sending of greeting cards to email via Power Automate.
But my colleagues receive several letters instead of one, how can I fix this?
Thanks in advance for suggestions.
I have two files on onedrive that are inserted into different contexts of the email
I select two files via get file content

Next I’ll add compose to each file:
dataUri(outputs('Get_file_content')?['body'])
dataUri(outputs('Get_file_content_2')?['body'])

Variables:
concat(' <img src="',outputs('Compose'), '" width = "650" height = "366" alt ="" />')
concat(' <img src="',outputs('Compose_2'), '" width = "220" height = "70" alt ="" />')
And I add it to the sending of the email itself:
