Uipath.Core.GenericValue > Excel List / Datatable

Hi All,

I have a flow like the picture in the image below.

Now I want to create a Excel column with all the amounts. The activities are in a “For each file” activity. What’s the best way to do it, I can’t use build datatable because it are Genericvalue.

Hy @M_L,

Before the For Each Loop, create a DataTable using the ‘Build Data Table’ Activity.

In the For each loop use an add data row and the the end use a write range activity to print the data in excel

Any doubts check the documentation and let us know

Regards

This error appears.

Hy @M_L

You should do like this {Ammount.ToString} , it will work :slight_smile:

Regards

1 Like

Thank you!

1 Like

@M_L

Well done!!!

Happy automation!!!

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