How to read column data according to current month

Hi @rajthyaga53

To read column data according to the current month in UiPath, you can use a combination of the Read Range activity and the Filter Data Table activity. Here’s an example of how you can do this:

  1. First, use the Read Range activity to read the data from the Excel file into a data table.
  2. Next, use the Filter Data Table activity to filter the data table based on the month column. To do this, set the Filter property of the Filter Data Table activity to a condition that selects only the rows with the current month in the month column.

Thanks!!!

1 Like