Which activity will you use if you need to retry all failed queue records?

what is the activity?

@aparna3010 - Can you please use “Try Catch” activity and inside catch part you can call “Set Transaction Progress”.

Happy Learning :slightly_smiling_face:

1 Like

Thank you

Hey @aparna3010

Use “GetQueueItems” activity with filter set to failed property…
Use for each loop for iterating.

Note: At maximum it can fetch 100 failed items.

Br,
Goutham

1 Like

@aparna3010 - if you got an answer, please mark it as “Solution”.

Happy Learning :slightly_smiling_face:

Thank you!!!

1 Like

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