Level 3 - Exercise 2 - Create Yearly Report: Activity Timeout

I’m working on exercise 2 of level 3, when getting the monthly reports and appending them to the year report, my onElementAppear used to close the download succes dialog gives me a time out.
Everything in the do is executed, but then for some reasson I’m getting this error:


When I remove it, all the monthly reports are downloaded and appended to the yearreport correctly.
Does anyone know how come and if I would loose points by leaving it out?
Ok it’s cleaner to close the dialog, but it’s not needed for the execution of the flow

Nevermind, I forgot to set the repeatForever attribute to false :smile:
Now it works

hi @Daniel_D

use retry scope activity it will work.

Cheers :smiley:
Happy Learning

1 Like

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