What is your goal?
I want to send note or multiple notes based on length of string into HubSpot notes
What is the problem & what have you tried?
So i have one property in hubspot called “Heyreach LinkedIn URL” so i have created a active list in HubSpot and using “contacts Added to a list” Module i m getting the contacts list so using Contact’s property “Heyreach LinkedIn URL” i am getting conversation from hayreach module which is giving me output as 1st “Screenshot 2025-11-22 150550.png” which is very large but still i tried to make string out of it using “text aggregator” module there after using “transform to JSON” module i convert it to string and sending into notes but it’s giving me error as below mentioned.
which is clearly because of large string so i want to process this bundle in to groups and send multiple notes
Error messages or input/output bundles
“message”:“Property values were not valid: [{"isValid":false,"message":"Property \"hs_note_body\" value is over max characters 65536. Portal 26196154, object type 0-46","error":"MAX_CHARACTERS","name":"hs_note_body","localizedErrorMessage":"Property \"hs_note_body\" value is over max characters 65536.”
