Formula script - Auto populate data from Module type (also as Table column)

Hi Friends,

You can use the formula script to auto-populate some data from the Module type.

Studio
For example:
I want to show staff position in my form.

  1. Click formula script in Position
    Note: Staff is Module type

#Form#Staff then #Position

In client view

Table
For table type, you have to type column.

Eg: column(‘Staff’).field(‘Position’)

Result

1 Like