Getting error in get transaction item

Hi @Rupesh_Parle

Welcome to our UiPath Forum! :slight_smile:

It looks like your error message is:
“The given key was not present in the dictionary”

It happens when you are trying to reference a key that is not part of your dictionary. Please see similar topics, each with a post marked as a solution here:
https://forum.uipath.com/search?q=%22The%20given%20key%20was%20not%20present%20in%20the%20dictionary%22%20status%3Asolved

That’s not true actually. I had that error popping up and I wasn’t using a dictionary. It was when I was reading and writing info in excel and I had to change the write to use the excel application scope to open the file and write the data. Didn’t change any variables or anything else, just changed the activity type.

I got the solution of that error.