Attribute length limit?

(Vova Nest) #1

Hi team,

I am getting the “One value is too long, it should be no more than 200 characters.” error in response to setting an attribute.

Can this limit be extended or somehow over-ridden? I am working on a bot to send notes to my CRM and the notes may contain up to 500 characters.

Thanks!

(Daniel Beckett) #2

Hi @vovanest

Sorry but that limit can’t be exceeded or removed at the moment. You could perhaps split the notes into smaller chunks using the Text service and then save to a few attributes, e.g. Note1, Note2, Note3.

(Vova Nest) #3

Thanks for a shortcut, Daniel, sounds like a plan!

I have yet another, related problem - line breaks… Really appreciate your help in a separate thread:
Line breaks in a Telegram bot

Thanks again