Forum Discussion
Sharepoint images as base 64 not loading correctly.
Hi Jeffery24 ,
As mentioned in above link, to solve image half-cut problem, you need to split the 64base into multiple rows, each of which are less than the 32766 character limit. So I suggest you could try link's suggestions, create measure to see whether it work or not.
Best Regards,
Zoe Zhi
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.
Hi Zoe,
Thanks for your quick reply.
I used a calculated column and the text combine as the original "Image by cloudscope" visual for the solution posted on the blog is not available anymore and the other visual Simple imageā is not accepting the measure as an input.
My flow already breaks down a large image into multiple lines as per the blog code but now I need a solution to bring it back togetrher in a format a "working" visual can accept. Would you know of any alternatives to simple image that accept a measure?
Thanks.