Page 1 of 3
Is there a limit to the number of variables defined in a collection?
Posted: Fri Jan 10, 2014 4:16 pm
by Steve6563375
I have a collection with 18 variables. I'm using a simple UI with create service to dump data into dbase. I've used create service quite often so it's set up correctly. What else might make the service not execute on testing.
Is there a limit to the number of variables defined in a collection?
Posted: Fri Jan 10, 2014 4:38 pm
by Steve6563375
btw submit now works but not all of the variables are showing up in the dbase.
Is there a limit to the number of variables defined in a collection?
Posted: Fri Jan 10, 2014 5:54 pm
by Maryna Brodina
Hello! Most likely you have incorrect field type (for example you need array, but send string). Are there any errors in response on Test tab or in console?
Is there a limit to the number of variables defined in a collection?
Posted: Fri Jan 10, 2014 7:55 pm
by Steve6563375
Thanks much, but I don't see an option to change to array value. Do I need to delete all the missing variables from the collection and rebuild them as arrays? My UI is a 2 column, 9 row grid.
Is there a limit to the number of variables defined in a collection?
Posted: Fri Jan 10, 2014 9:11 pm
by Maryna Brodina
Could you post screenshot of DB structure and screenshots from service settings and Test tab?
Is there a limit to the number of variables defined in a collection?
Posted: Sat Jan 11, 2014 12:53 am
by Steve6563375
I just emailed them to a href="mailto:support@appery.com" rel="nofollow"support@appery.com/a
Is there a limit to the number of variables defined in a collection?
Posted: Sat Jan 11, 2014 4:53 pm
by Steve6563375
Can you point me to a tutorial that explains using 'create service' with a 2 column, 8 row UI?
Is there a limit to the number of variables defined in a collection?
Posted: Sat Jan 11, 2014 4:58 pm
by maxkatz
Try the first quickstart tutorial: http://docs.appery.io/getting-started/. Then, just add as many columns to your database as you need.
Is there a limit to the number of variables defined in a collection?
Posted: Sun Jan 12, 2014 12:30 am
by Steve6563375
Hello, my UI is a 2 column, 8 row grid of input components. I've done the service mapping and finished the UI. The problem is that only some of the columns in the database are populating. The tutorial you recommended is not helpful.
Can you please take a minute to help me. I've been waiting for nearly 2 days for help with this issue.
Is there a limit to the number of variables defined in a collection?
Posted: Sun Jan 12, 2014 1:49 am
by maxkatz
Can you post a screen shot of the service's response (from Response tab)?