Record List
To create a record list, drag the record list from sidebar and drop to the screen
To make record list is editable/removable, under Configuration tab on right side, check Editable?
Create a edit form for record list
Click
+button
Enter the form name, then click Save
An empty page will be displayed, in this page, i will add some input fields
Item
Type:
Line InputVariable Name:
itemLabel:
Item
Unit
Type:
Line InputVariable Name:
unitLabel:
Unit
Price
Type:
Line InputVariable Name:
priceLabel:
PriceData Type:
Currency
Quantity
Type:
Line InputVariable Name:
quantityLabel:
QuantityData Type:
Integer
Go back to previous page, to switch back to previous page, select the page name in the select box
In the Record Form field, select the page we have created in step 3
Under Columns tab, click
+to add some columns to be displayed in the record listColumn Headeris the column labelValueisVariable Nameof the input in step 3
Switch to Preview mode, in
Data Inputfield, enter the sample dataform_record_list_1Variable Name of record listitem,unit,price,quantityare the Variable Name of inputs in step 3{ "form_record_list_1": [ { "item": "iPhone 12", "unit": "pc", "price": 1000, "quantity": 1 }, { "item": "iPad", "unit": "pc", "price": 850, "quantity": 2 } ] }Or you can use
Addbutton, then add some testing data
Last updated