DATA TABLE Activity doubt

I am using build data table to store the variable values

Every loop iteration from for each - i want to add array row activity to add values in build data table.

If i am print the out data table using - before created build data table values - it’s showing like only one values only last ITERATION values only not shown the before ITERATION values added how to get it

ensure that the build data table activity is placed above the loop block. Maybe you can share some screenshots

For tracing the flow and inspecting variables we are working with the debugging panels and avoiding logging/write line/message box

Understanding the 6 Debugging Panels of UiPath in the easiest way possible! - News / Tutorials - UiPath Community Forum

Hi @BHUVAN

Inside the For each row in data table activity use Add data row activity and pass the string variable and Data Table. Refer the screenshot

image

Have you use Clear data table activity inside the For each activity?

Regards
Gokul

1 Like

Thank u so much I forgot to put the build data table in befor loop @ppr

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