Invoke Workflow File Error

Hi All,

My process is failing with below error when it comes to a particular invoked workflow. Can someone suggest why ?
Error: “The given key was not present in the dictionary”
All the arguments have been imported correctly. Not sure what is causing this issue.

Regards
Piyush T.

Hi @tilarapiyush

Have you pass the dictionary or use any dictionary variable in the arguments, the error states that the key you are referring in the dictionary variable is not available…

Thanks

Not using any dictionary variable. Please see below the arguments.

@tilarapiyush

I can see you passed one value as in_TransactionItem.SpecificContent. Can you check whether you passed proper key value not.

If possible print that value using Message Box activity before Invoke Workflow and check it once.

2 Likes

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