Data Table Name Dynamically

Hi
I want to create a Data Table and I want give the Data Table name dynamically.
i.e. Jan-2019, Feb-2019 like that. I don’t know which name i have to give while writing the code.
by run time only i have to give the name dynamically.
Is is possible in Uipath?

Thanks
Srinivasa

Hi @Srinivasa,

A data table is a datatype for variable/ Argument you would use within a workflow. You can have a generic name for the variable and use the same variable for different data (Jan, Feb data) provided the columns are same.

If you can add more context towards the usage of the data table and what is the goal you’re trying to achieve, we could suggest ideas.

Regards,
PD