What is the variable type of the “Output Data Table” activity?
List.
Array.
Dictionary.
String.
please answer and explain
What is the variable type of the “Output Data Table” activity?
List.
Array.
Dictionary.
String.
please answer and explain
string
it is a String output
EDITED: added explanation:
We can check the docu:
where we do see the explanation
and the details:
We can also quickly check by refering to the label hover:
String
thankyou all for the answer
@Praharsha_Kanaparthi2
string
The resulting variable type is a string.
The Output Data Table activity is used to convert a DataTable into a string representation, which can be useful for logging or displaying the DataTable content.
When you use this activity, the output is a string containing the tabular data in a readable format, which can then be stored in a variable of type String.
This topic was automatically closed 3 days after the last reply. New replies are no longer allowed.