
Announcements
You're encountering issues with inline images not displaying correctly in OneNote when using Power Automate. This can happen due to several reasons:
Image Format: The format of the inline images might not be supported by OneNote. Ensure that the images are in a compatible format like PNG or JPEG.
Image Source URL: If the images are referenced via URLs, make sure the URLs are accessible and not blocked by any network restrictions.
HTML Content Handling: OneNote might have limitations in handling certain HTML content, especially if the images are embedded within complex HTML structures.
Convert Images to Base64: Convert the inline images to Base64 format before embedding them in the email body. This ensures that the images are included directly within the content and are not dependent on external URLs.
Use Attachments: Instead of embedding images inline, consider attaching them to the OneNote page. This can be done by modifying your Power Automate flow to include the images as attachments.
Simplify HTML Content: Simplify the HTML content of your email to ensure compatibility with OneNote. Avoid using complex HTML tags and structures that might not be supported.
Check Permissions: Ensure that the images are accessible and that there are no permission issues preventing them from being displayed.
If the response is helpful to you, a like or mark as the correct solution. thank you so much!