Download Yearly Report - Not able to go into for loop given for Months

I am trying to do assignment 2. Working on Download Yearly Report where the navigation is we need to select the month from month field dropdown box.I have seen the topics on forum but could nt resolve my workflow where I missed

I dont want hardcode months but want to fetch all the months in to a variable and then loop for each month download. Can someone pls helpSystem1_NavigateTO_Download Monthly Report.xaml (16.8 KB)

Hey @Leela_Javvaji

For this you can use below Xaml and can use further and can add it to your workflow to achieve your objective.

GetSelectboxData.xaml (8.6 KB)

Regards…!!
Aksh

2 Likes

Thanks @aksh1yadav

It works.Only change done is on selector

But thrown error saying " ArrayList" doesnt have public instance method named ‘Add’ matching the parameter types,generic type arguments and generic type constraints supplied to InvokeMethod ‘Invoke Method’

This topic was automatically closed 3 days after the last reply. New replies are no longer allowed.