Is there a character limit inside one cell in EasyMorph?

Hello,

I was wondering if there is a character limit inside one cell in EasyMorph. I’m asking this because when calling APIs we get the response-body inside a single cell, and I wanted to know if there’s a limit of characters/line breaks that one cell can handle.

Thanks,

Roberto

A text value can be up to 2 billion characters long. Although, some actions, e.g. “Import from delimited file” can only read values up to 32 thousand characters per cell. The “Web request” action has no such limit.

If you’re not sure if the response can fit into a cell, you can save the response body into a file and then re-read it as necessary.

1 Like