Hi,
Today I will share how to get the total count of how many applications have applied before.
For Example:
To count how many times this visitor has visited this place.
Do Automation at Create form
Overall Automation
- 
Firstly add Condition Block 
  
- 
Add Action Block → Select Find All 
 Module : Application for Special Parking Pass
 
- 
Add Action Block → Select Create 
 Value : filter(#Application for Special Parking Pass List Found#Identity Card No == #Form#Identity Card No)
 
- 
Then add Condition Block 
 To check if it found
  
- 
Lastly, add Action Block → Select Set 
 Variable : #Form#Application
 Value : len(#findlist)
 



