Long and Short story, had a Powerapp which used Power Automate to grab photo convert to base64 code and insert it along with bits from powerapps as inputs and send an email. New Security policy in our organization are causing issues with this process. So to align with their needs I need to move everything into PowerApps with the outlook connector.
I have successfully passed the image and the text through the email, however now even though the text is aligned in powerapps on the photo, it appears below it in outlook. Any ideas on how to correct this and pass the background color through? I am using a random RGB value to allow the user to change until they like a color they see and on submission i pass that value through currently as Hex code with JSON into the HTML which again, shows in PowerApps fine, does not show at all in Email.
Updated to include a screenshot of the code.