I've seen some info on Appery for mapping to an array or grid, for data delivered via REST service.
If I want to use a grid (for display) and array (for internal storage) of data that is captured in real-time with camera and bar code scan (e.g - 3 columns: each row will contain data from a bar code scan event, a photo event, and a user selection from a pre-set list of choices), but the number of rows is variable - how to set this up? Is it "point and click", or do I need to write some sort of loop in javascript?
thank you-
MB