What is the variable type of the "Output Data Table" activity?

What is the variable type of the “Output Data Table” activity?

List.
Array.
Dictionary.
String.

please answer and explain

1 Like

@Praharsha_Kanaparthi2

string

1 Like

Hi @Praharsha_Kanaparthi2

The output of Output Data Table is String

Regards

2 Likes

it is a String output
EDITED: added explanation:
We can check the docu:

where we do see the explanation
grafik

and the details:
grafik

We can also quickly check by refering to the label hover:
grafik

1 Like

Hi @Praharsha_Kanaparthi2

String

1 Like

thankyou all for the answer

1 Like

@Praharsha_Kanaparthi2
string

Hi @Praharsha_Kanaparthi2

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.

1 Like

This topic was automatically closed 3 days after the last reply. New replies are no longer allowed.