Hey help me solving this


Error : Invoke Workflow File: The given key was not present in the dictionary.

Key is present in my Config.xlsx file still it shows error

Hi @nikitha.prakash ,
check any space is present after the Key work in the excel sheet.

Regards,
Arivu

No Space

Hi! @nikitha.prakash

There might be spaces inside the excel. can we try like this

Config(“ACEM_URL”).ToString.Trim

Config(“AssestName”).ToString.Trim

Regards,
NaNi

Now I have this error

Hi!

Could you please check the asset name which you have already created it in the orchestrator asset and update the same name in excel.

Regards,
NaNi


I have two orchestrator
how should I delete one ?
because of that I m getting this error I feel

Hi! Those are not orchestrators those are organizations which you have created.

If you wants to delete the organization just do like this:

Login with the one which you wants to delete then navigate to admin and then organization settings then you can see the option called delete organization.

FYI:

Regards,
NaNi

1 Like

did still getting error

Hi!

Could you please share the asset screenshot here so that we can check through the screenshot and will provide you the solution.

Regards,
NaNi

Hi @nikitha.prakash

As mentioned in your first screenshot the config file is named: Config - Copy.xlsx
It should be Config.xlsx

Also, the config-file is case-sensitive

Regards Robert