Block - How to count number of visits

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

  1. Firstly add Condition Block
    image

  2. Add Action Block → Select Find All
    Module : Application for Special Parking Pass

  3. Add Action Block → Select Create
    Value : filter(#Application for Special Parking Pass List Found#Identity Card No == #Form#Identity Card No)

  4. Then add Condition Block
    To check if it found
    image

  5. Lastly, add Action Block → Select Set
    Variable : #Form#Application
    Value : len(#findlist)