Data table add row expression

I am having data table as client name and error now i gave arrayrow as {client name,“missing link”,client details"} so next what is the data that will enter in client name and error

Hi @prathik_8679

Didn’t understand your query can you elaborate?

Regards
Sudharsan

table has only 2 columns and you are passing 3 values in the array.This will result in error

in add data row i gave array expression as {client name,“missing link”,client details"} so after runing bot what data will come in build data table

for passing 3 values i am using Sheetcount + 1 in assign

In here did you missed double quotation in the start of Client Details if its a variable remove the last double quotes

The data table will contains a row of Client Name, missing link, Client Details

Regards
Sudharsan

you have to use build datatable for creating table structure and use add datarow for passing array values

@prathik_8679

as you have different number of columns in data table and  you pass the 3 variable in it . which is result in error.
try to make the number  of data table column and variable is same. 
For more reference check the thread->

https://docs.uipath.com/activities/docs/add-data-row

already i build and after building i want to know what data will come in data table after giving {client name,“missing link”,client details"} in add data row

This is what your row have

you can use output data table activity to convert datatable to string and use message box to see the data table

thanks sudharsan query got cleared

1 Like

thanks lakshmi i got some new ideas by your suggestions

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