ReFramework - Get Queue Item not able to fetch values from SpecificContent

Hi team,

I am pretty sure that i am using right approach to fetch the queue infromation from the queue item.

PFA:

I am trying to fetch the contents like below:

in_TransactionItem.SpecificContent(“Filepath”).ToString.Trim
in_TransactionItem.SpecificContent(“Table Name”).ToString
in_TransactionItem.SpecificContent(“SAP Instance”).ToString

But I am getting the error " The given key was not present in the dictionary" for each and every field.

Please help.

Experts please help : @jast1631 @SorenB @ashokkarale

Why your keys are having double quotes ?
I think it’s trying to read with keys with double quotes.
It should be there as A:B
Where as it’s here as “A”:”B”

How u r uploading data to queue

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