Display a table in Review page in FAB

Displaying a table that were filled in the FAB Form with entries in the Review and Submit page of the Form.

Step-by-step guide

  1. Create the table element in the FAB form and bind the table to a data element (array).
  2. Add the table columns and table cells needed (with reference to the array fields)
  3. Remember to leave the "No Auto Load" property of the table blank or set it to "false" 
  4. Copy the table element to the Review and Submit page of the form.
  5. Change the table ID property
  6. NB! Change the "No Auto Load" property of the copied table element to "true" - if you forget to do this, the table data captured in the form will be wiped when the Review and Submit page is called.