Extend character limit for global table query names

Internal query names seem to be “unlimited” in length. Global ones defined in query view of the table editor appear to be limited to 40 characters in length.

What is the reasoning for this?

In complex app this limitation creates a lot of issues for us as it becomes very difficult to keep track of which query does what without a proper description. With a couple of filters and sorting rules applied 40 characters is not enough to explain what is going on.

I also found a link which seems to be pointing to a related problem in the past:

Just noticed that the API schema suggests that up to 255 characters should be possible as a query name… but if you try it now throws an error saying on 40 characters are allowed.

Thanks for reporting this. Fix is in the works and expected to ship with an upcoming release.

1 Like

Fix to allow more characters or to correct the Schema to also only allow 40 max? :slight_smile:

An extension beyond 40 chars. My guess is to 255 chars, but that isn’t set in stone yet.

Pete

Thanks Pete. That would definitely help.