Forum Discussion
SudesnaPattnaik
Sep 29, 2024Copper Contributor
Issue with Image Upload in VIVA Engage via Power Automate
Hi Experts, We’re currently using Power Automate to post data in VIVA Engage via the VIVA Engage Post connector. However, despite trying various HTML codes, the images are being posted as links inst...
RobSoto
Oct 02, 2024Iron Contributor
Hello@SudesnaPattnaik
Was this ever in a working state? If so, environment changes are a factor. But without additional context, these are some potential causes for this issue:
- The images are too large.
The maximum dimensions are 7,680 pixels wide and 4,320 pixels high, and the maximum image size is 10 megabytes (MB).
- Power Automate connectors are not up to date.
- You may need to convert your images to Base64 and embed them directly in the HTML.
- Are you using Post message (V2)? An earlier version of "Post message" was deprecated.
I hope this helps. Please let me know if you've already covered those bases.