Hi,
Example: When select Department A, show the list of staff in the department.
-
Go to the Default form
-
Open and Scroll all the way and Click Add Automation
-
Drag & Drop Condition block
-
Type condition #Form#Department is not None and #Form#Details.Count ==0
- This indicates that when select Department and if my table is still empty then execute the following automation.
-
Drag & Drop Action block
-
Click + Add Action
-
Select Find All
-
Select Module: FETIAS User
-
Filter
Click + new condition
Click on ID and Select Formula
Click on ID again and select Department.
Type formula: #Form#Department -
Drag & Drop For block
-
Input #FETIAS User List Found
-
Input item under each
-
Drag & Drop Action block
-
Click + Add Action
-
Select Create
-
Input Value : addRow(#Form#Details)
-
Click Ok
-
Click + Add Action
-
Select Set
-
Input Variable : Variable 1
-
Value : Entry → #item
Date → #Today
CurrentUser → #Current User
-
Click OK
-
Click Save
Result