How to split the string on the basis of length of bytes
How can i Split string( UTF-8) on the basis of bytes length and not on the basis of character counts.
e.g String > 4000 bytes then split the string into multiple columns each not more than 4000 byt...
I think this is related to the ‘NS Search Map’ mapper. You map an list of objects to the searchValue. I think it’s expecting a String. Instead of ‘[{‘internalId’: _sfObjectId}]’, try ‘[_sfObjectId]’. Going from this answer: