SOLVED

Re: Text Area field character limit?

Go to solution
Anonymous
Not applicable

Text Area field character limit?

Hi folks,

Does anybody know the character limit to the Text Area field type? I've looked in the documentation and I can't find anything about those kinds of things.

Thanks,

Delwin

1 ACCEPTED SOLUTION

Accepted Solutions
SanfordWhiteman
Level 10 - Community Moderator

Re: Text Area field character limit?

I believe there are actually 2 answers.

  • From a form post: 32000
  • From API or GUI: 65535

This suggests that the database is using a VARCHAR(65535) but you don't always get access to that much.

View solution in original post

4 REPLIES 4
Anonymous
Not applicable

Re: Text Area field character limit?

My recollection is that the character limit is 3200 for a text area.

SanfordWhiteman
Level 10 - Community Moderator

Re: Text Area field character limit?

I believe there are actually 2 answers.

  • From a form post: 32000
  • From API or GUI: 65535

This suggests that the database is using a VARCHAR(65535) but you don't always get access to that much.

Anonymous
Not applicable

Re: Text Area field character limit?

So from a list upload the limit is 65,535?

SanfordWhiteman
Level 10 - Community Moderator

Re: Text Area field character limit?

I guess it is since you marked me correct.