Hello - Looking for solutions to work with the cell size limit. I have an application that needs the entire JSON enrichment of a contact exported - in its complete format. For most profiles the JSON, when converted to text and added to a column, is too large - above the 8kb limit.
Using stringify to break it into multiple cells and then putting them back together at integration has caused issues, creating a word doc of the multiple fields has worked but is adding more to my workflow than desired with my endpoint, and adding the full JSON as an / inserted column has an error ever time.
Appreciate any help & ideas! ๐