Hi all. I need your help to understand what type of variable I can use in reframework for Transaction Item. By default, the variable type is QueueItem, if I use Orchestrator. If I don’t use Orchestrator, the most common type of variable used is DataRow, from what I read on Google, if I use an excel file. But if my data source is a web page, what type of variable do I use? Or if my data source is SAP, what type of variable do I use? Thank you in advance for your help!
1 Like
Welcome to our UiPath community.
In ReFramework, Collection of TransactionItems is equal to TransactionData. If you are using Orchestrator Queue’s then TransactionItem should be of type QueueItem else you need to change based on the TransactionData type.
Eg.
TransacionData → TransactionItem
- DataTable → DataRow
- Array of String → String
- Array of Integers → Integer
- List of String → String
- String → Charcter
Etc…
3 Likes
Thanks a lot for the answer. That’s what I needed.
1 Like
This topic was automatically closed 3 days after the last reply. New replies are no longer allowed.