Write cell with variable

Hello,

I want that my automation writes a cell with the content of the variable “DT1”.
How can this be done?

Here´s my main: Main.xaml (9.7 KB)

@work_low

Use Output DataTable activity to convert DataTable into String and then pass this string output to Write Cell activity to write into particular cell.

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