Data extracting to in years under each months

hi,

i am facing this isue.i have clicking on monthly, in year 2023 i have clicking some months are comming in under. i can extracting data each month. after i will go to next year at same process . so plese give ,me pattern flow.

@Venky_Mama

Did you try with for each ui element activity?

Cheers

already i have try itbut not working

Hi @Venky_Mama ,

Could you please provide the website from which you want to get the data?

Regards,
Vinit Mhatre

Best of February 2024 | Product Hunt

plese give the flow how to handle this type of proboems. what activity use

Hi @Venky_Mama ,

What data do you want to extract?

Regards,
Vinit Mhatre

Hello Venky,

I found a solution for you please follow the following steps:

  1. Open Browser: Open the web application where you need to extract data.
  2. Navigate to Year 2023: Use activities like ‘Click’ or ‘Navigate To’ to navigate to the year 2023.
  3. Loop through Months:
  • Use a ‘For Each’ loop activity to iterate through each month in the year 2023.
  • Inside the loop:
    • Click on the link for the current month.
    • Extract data for that month.
    • Move to the next month in the loop.
  1. Navigate to Next Year (2024): Once all months in 2023 are processed, navigate to the year 2024.
  2. Repeat Steps 3-4 for Year 2024 and subsequent years: Repeat the process of looping through months and navigating to the next year until you reach the desired end year.

Here’s a more detailed breakdown:

  1. Open Browser:
  • Use the ‘Open Browser’ activity to open the web application.
  1. Navigate to Year 2023:
  • Use appropriate activities to navigate to the year 2023.
  1. Loop through Months:
  • Use a ‘For Each’ loop activity to iterate through a list of months (January to December).
  • Inside the loop:
    • Click on the link corresponding to the current month.
    • Extract data for that month.
    • Move to the next month in the loop.
  1. Navigate to Next Year (2024):
  • Use appropriate activities to navigate to the year 2024.
  1. Repeat Steps 3-4 for subsequent years:
  • Repeat the process of looping through months and navigating to the next year until you reach the desired end year.

If any doubt regarding, please let me know.

Please let me know if my suggestion resolves your issue.

Thank you :slight_smile:
Happy Automation!!

Hi @Venky_Mama ,

Year Selector :

Year is variable and you can pass value for it

"<webctrl aaname="+Year+" tag='A' type='' class='styles_navLink__urCFj styles_bold__eE6qy' check:innerText='"+Year+"' />"

Months selector :

Month is variable and you can pass value for it

"<webctrl aaname='• "+Month+"' tag='A' type='' class='styles_navLink__urCFj styles_bold__eE6qy' check:innerText='• "+Month+"' />"