The given key '0' was not present in the dictionary

Description

Good evening, I’m new to this forum.
My first goal is to create with UiPath studio version 25.0.172-cloud.20747 a test that, using the report generation plugin (ReporterForUiPath.Activities version 3.0.1), will write a report to a given folder with a given name and containing:
a log message and a step status.
As you can see from the screenshot, I added the following steps to my simple sequence:

  • create report
  • start suite
  • start test
  • log message
  • step status
    When debugging, I got the following error:
    Start Test: The given key ‘0’ was not present in the dictionary.
    Who can help me? Thanks.
    Marco

Link

https://www.linkedin.com/in/marco-malziotti-a21553269/

Date

2025-09-15

Related UiPath products

Studio

@m.malziotti,

The error says the key you are trying to get from dictionary isn’t available in the dictionary.

Use breakpoint and locals panel to debug and see if the key you are trying to open is really available or not.

@m.malziotti

Welcome to the community

this is a marketplace component.. its bettwe you raise it in Q&A there so that person can respond to it as the error is reported already by multiple people if you see the QnA there

Also someone mentioned about the issue because of reportID so try to check that field

cheers

Thanks for the advice, I no longer get the error. Unfortunately, the documentation on the marketplace doesn’t seem to be up to date, and in the Q&A I only found other users having the same problem, without reading a single answer.
Cheers

Hi @m.malziotti

Glad to hear your issue is resolved.

Kindly consider closing this topic by marking post that helped as a solution.

Thanks.

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