Hi guys,what’s the solution from the dropdown list?
Hi @Latifa ,
List of String
item 2nd
→ string
regards
String is the answer
Hi @Latifa
String type
If Transaction Data is List<String>
Transaction item will be String
**So the answer is String**
Hi @Latifa
Answer is string.
Reason:
- the automation process involves processing vendor names, which are of type
String
. Therefore, thetransactionItem
variable should be of typeString
to hold each vendor name. - The
transactionItem
variable will be used to represent one vendor name at a time throughout the automation process. - Since you are using the REFramework, the
transactionItem
will be processed within the framework’s processing states (Get Transaction Data, Process Transaction, Set Transaction Status, and so on).
This topic was automatically closed 3 days after the last reply. New replies are no longer allowed.