Using the Backendless API, I can retrieve the schema.
Backendless.Data.describe( tableName )
But how can I get the max field length?
I’m trying to use the schema loaded and create dynamic form input.
But without the max length, I can’t limit the field length from the form.
Backendless Version (6.6.0)
Client SDK (REST / Android / Objective-C / Swift / JS )
All