Generate Yearly Report -ReportFilePath Error


“month” from the for each loop doesn’t come in the drop-down list.

System1_Create_Yearly_Report.xaml (3.7 KB)

@nishu

It looks like you are trying to use the “month” in the Else part of an If activity (which is not within the For loop). The scope of the “month” variable might have been restricted to the for loop.

You should not use “month” as a variable name, as it is already a reserved keyword.

Thank you i found my error…

1 Like

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