Changing TransactionItem datatype to DataRow

How to keep TransactionItem datatype to DataRow in RE Framework?
If I change the datatype to DataRow everywhere in the framework, I get the error “Value of type DataRow cannot be converted to Queitem” in activities, Set Transaction Status and Get Transaction Item
And, if I remove these activities, how would I be able to fetch the data from the queue without these activities?
P.S - I could see similar posts from other users but nowhere could find a concrete solution.
TIA

Hi,
When you are fetching the data from orchestrator, you should have it as queue item type, and when you are fetching from datatable it should be of type datarow.
Let us know if this helps.
Regards,
Pavan H

Hey man help me with if you got any lead. thank you!