I know how to get data from the service's success event but how do I insert a record into an appery.io DB collection?
If I have a collection "Table1" with 2 fields
'Field1" datatype Number
'Field2" datatype Text
SQL Equivalent would be:
INSERT INTO Table1 ( Field1, Field2 ) VALUES (14, 'Some Text');