I am trying to embed an image (logo) into an email using flow, Get Content from One Drive for Business, next flow, Compose (also tried Intialize Variable the same with this <img src="data:image/JPG;base64,@{body('Get_file_content')}" alt="my image" />
(the Get Content was inserted from previous step in the green part}
Next Flow was outlook on the header i inserted this, <img src="data:image/jpeg;base64,@{body('Get_file_content')['$content']}" alt="myimage" />
(the output from the previous step was in the green part)
Email generated comes through with something like white question mark on black diamond shapes.
What am I doing wrong.