Variable types in processes

Hi guys,what’s the solution from the dropdown list?

Hi @Latifa ,
List of String
image

item 2nd
→ string
regards

Hi @Latifa

It will be String.

Regards,

@Latifa

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, the transactionItem variable should be of type String 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.