Hi all,
Can anyone help me how to get row data from a Smart Sheet in order to get particular column . .
I used SmartSheet application Scope for this.
Thanks in advance.
Saritha
Hi all,
Can anyone help me how to get row data from a Smart Sheet in order to get particular column . .
I used SmartSheet application Scope for this.
Thanks in advance.
Saritha
Hello @saritha
Have you gne through the below doc?
Gone thru, but didnt get how to get column data from a row from row object.
Can any one help me please
Once you get the rows retrieved using List rows ,Loop through rows(for each) and use the below convention to get the value
RowRetrieved.Cells(1).DisplayValue–Will display the values of the first column