Hi,
I’m using test data queue on testing folder and uploaded items into it. How do I fetch that transaction. Since it is test data queue it’s not possible to use get Transaction Item.
Please help?
@Anil_G , how do I paas get test data queue item output to out transaction item?
From “get test data queue item” activity , it will give output of type dictionary(String, Object)
- so, In get transaction xaml first you need to use “get test data queue item” activity to get the item from test data queue.
- Then, to store the output use out_transactionitem variable which is of the type dictionary(String, Object).
- This will hold test data queue item
- Make the necessary changes in entire RE (like change the transactionitem type as dictionary(String, Object) )
Hope this helps!!
1 Like
This topic was automatically closed 3 days after the last reply. New replies are no longer allowed.