I am concatenating column cells with a script' some of the concatenated strings for some cells after concatenation are longer than 50,000
characters.
When I try to postback data to the sheet, I get
Your input contains more than the maximum of 50000 characters in a single cell.
Is there a way to flag this error?
I want to output "Too many words!"
for those cells when I run into them.