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:
- First, use the
Read Rangeactivity to read the data from the Excel file into a data table. - Next, use the
Filter Data Tableactivity to filter the data table based on the month column. To do this, set theFilterproperty of theFilter Data Tableactivity to a condition that selects only the rows with the current month in the month column.
Thanks!!!