appsmithorg / appsmith

Platform to build admin panels, internal tools, and dashboards. Integrates with 25+ databases and any API.
https://www.appsmith.com
Apache License 2.0
34.17k stars 3.7k forks source link

[Feature]: Increase no of fields in JSON form from 50 #13165

Open dilippitchika opened 2 years ago

dilippitchika commented 2 years ago

Is there an existing issue for this?

Summary

Creating this issue to track why we should increase the number of items in JSON form from 50

Why should this be worked on?

Needs more validation

Front logo Front conversations

dilippitchika commented 2 years ago

Conversations

https://app.intercom.com/a/apps/y10e7138/inbox/inbox/conversation/164629100091509 https://discord.com/channels/725602949748752515/760761686549463060/966502489455226930

dilippitchika commented 2 years ago

No instrumentation exists in this today for me to determine the reach. @ashit-rath should we log a debugger error message event for this case? I don't think we need to add a new event.

geekyme-fsmk commented 1 year ago

+1 on this feature request. Loan systems will typically have >50 fields. See this for an example of a loan retrieval call - https://demo.mifos.io/api-docs/apiLive.htm#loans_retrieve

nirkons commented 1 year ago

+1 for me, we have an object with upwards of 100 fields.. kind of strange that there is this hardcoded limit :(

workaround: either i have to split it into 2 json forms or I need to make all the fields manually one by one :/

rizistt commented 1 year ago

+1 for me too.

okandemirofficial commented 1 year ago

I have also facing this issue

nirkons commented 1 year ago

Still waiting on this,

Ssillencer commented 10 months ago

+1 I constantly hit the limit

ssciacco commented 9 months ago

+1 not sure why this limit is not configurable and is set so low. if you have an array inside the json each with a few fields the limit make json for unusable

marcjaner commented 2 months ago

still facing the same issue here

nirkons commented 2 months ago

+1 for me, we have an object with upwards of 100 fields.. kind of strange that there is this hardcoded limit :(

workaround: either i have to split it into 2 json forms or I need to make all the fields manually one by one :/

Over a year has gone by, still no change :(