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.
- 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