Generate Yearly Report - Select Item - Year: Cannot select item. It was not found among existing items

Hi everyone,

I’m working on the Generate Yearly Report REFramework exercise and getting this error:

Select Item – Year: Cannot select item. It was not found among existing items.

After checking, I confirmed the application only allows 2025 and 2026, while some transactions contain other years. When an unavailable year is passed, the Select Item activity fails.
To note, the Select Month activity successfully identifies the right month.

What’s the recommended REFramework approach here?

Hi @Daniel_Oisebe

We can select the item which is dropdown, if value is passed to select item which is not part of dropdown it will fail.

In this case either reset data in the portal or you skip the items which has year other than 2025 and 2026. Other than this we can do anything

@Daniel_Oisebe

I have done the training recently. Check the PDD document. The year must be 2025.

Hello, @ashokkarale,

Please share a link to the tutorial resource. Unfortunately all transactions in my acme-system are dated 2024 and years back (2020, 2019, 2018), limiting my progress in developing the performer model.

Any assistance is highly welcome.

@Daniel_Oisebe

You can refer this code for understanding.

GenerateYearlyReportForVendorPerformer.zip (4.4 MB)
GenerateYearlyReportForVendorDispatcher.zip (2.0 MB)

Thank you Ashok, the materials turned out to be helpful.

1 Like