Table fields provide an inline tabular display of repeating data, along with the ability to add & edit rows in the Table via a dedicated row page.  

 

Users add rows via a dedicated "Add New Row" button, and can edit existing rows by tapping on the displayed Table row.

 

You can think of a Table as being a special kind of repeatable Page that can be placed within your regular Page or an Excel table where each line is a set of repeated questions (columns).


Table Basics

 

The columns of your Table are defined by the Form fields that you place within the Table field when using the Form designer.


 

By default, the Table will display columns for each inner field, based on the order the fields appear within the Table field design.

 

The background color, font size and other aspects of these inner fields are incorporated to the column display of the Table.


You can choose to exclude fields from being displayed as columns via the "Disable Column Display" property found on all inner Table fields.


 

In this way you can choose which fields should act as columns in the Table's display.

 

The app automatically restricts the maximum number of columns displayed based on the device size.

 

For phones, tables are limited to displaying a maximum of 3 columns. On tablets, the app allows up to 6 columns.


Tables also provide other configuration options - for example you can customise the default "Add New Row" button as desired.


 

The "New Row" button appears at the bottom of the Table display on the app, allowing users to add rows to the Table.

 

When the button is tapped by the app user, the app navigates to a special row page which displays the fields you added into the Table design.

 

Once the user has filled in one row, they can navigate back to the main Form page or can navigate forward to add another row to the Table.


In the Table you can add an Action Button with the User Interaction set to Jump To Form Location and the target for interaction to Add New Repeat/Row. This will allow the user to easily add a new row to their Table. 



Using Formula Functions with Tables

 

As mentioned above, the Table field can be thought of as being a special kind of repeatable Page.

 

This means that repeat-specific formula functions can be used with Table fields.

 

For example, you can copy forward values from the previous Table row via the PRIOR('fieldname') function.


 

You can also use SUM('field') and other such functions in fields outside the Table to perform aggregate calculations on Table fields. SUM('field') sums a number field across all repeats/rows of a Page/Table. It is useful for totaling values captured - e.g. an order line total.



Pre-populating Tables

 

Table fields can be pre-populated via our Task API and via inbound field parameters passed in via an "Open Screen" interaction launched from a prior Screen.

 

Tables now be auto-populated from a Data Source. Select Populate From Data Source, choose your Data Source and add your filters. 



This feature automatically fills this Table with rows from a Data Source. It is very useful for providing a pre-populated list of items for scenarios such as checklists, stock-takes, orders or a bill of materials (BOM).

Use filters on the Data Source to dynamically reload the Table based on other field values.

NOTE: We currently support populating a maximum of 100 Data Source rows into a Table.
If rows (after any filters are applied) exceed this maximum, then only the first 100 rows will populate the table.


Users can also add and update Data Source rows via the Table. Simply ensure you use the 'Bind to Data Source Column' property on target Table fields to link fields with Data Source columns.



Current Table Limitations

 

Tables have some restrictions that should be noted when considering your Form design:

  • Tables placed within repeatable Pages are not supported, in particular for Data Template outputs
  • Image/media fields do not currently display as columns
  • Dedicated totaling is not currently available on Tables, though this is likely to be added in the future

 

  


Go to the top.