How to Filter the data between given dates selected by user?

There are 2 Datepicker FromDate and ToDate. The data should be shown in Table between the range of Datepickers. How to achieve this functionality?

Hi @Vishwajeet_Singh, Welcome to the Vahana Community!

To achieve this functionality in vFlow, you can utilize the Filter task, the main purpose of the Filter task is to extract data respective to the particular information provided in the configuration, In this task, you have to map the page ID, component ID, and element ID based on which the data will be filtered.

Can you please Explain Filter task with the configuration.

Sure @Vishwajeet_Singh, please follow the below-mentioned steps to configure the task:

  1. Open the properties section of the Filter task after providing basic properties such as the task’s Name and Description.
  2. Then provide the Page name, on which you want to filter data.
  3. Then Component Name, in your case it might be a form.
  4. Then element name, which will be the date picker.
  5. Then, you’ll have to provide a data path on which you have the data that needs to be filtered.