To fetch all the records from a form, specify the criteria as [ID != 0], where ID is a auto-generated field that contains a unique value for each record in the form.The following are the two possible ways to perform this action.
where,
• latest is the collection variable that holds the form data.
• Employee is the form name from which the data is fetched.
• [ID != 0] is the criteria expression based on which the all the records are fetched from the Employee form.