Hi, I have two columns in an Excel table. I’m looking for the easiest way to add a new row in this table.
Both value are strings and are currently stored in string variable.
please don’t send me any workflow I can’t open it on this computer
Hi, I have two columns in an Excel table. I’m looking for the easiest way to add a new row in this table.
Both value are strings and are currently stored in string variable.
please don’t send me any workflow I can’t open it on this computer
@anon52976114
please follow these steps,
Read DataTable through read range activity,
Then use Add Data row
put array of columns values → {value1,value2,value3}
DT3&output.xlsx (9.6 KB)
ReadPdfData.xaml (5.8 KB)
Hi,
Use add data row activity
Thanks,
Muthuraj
This topic was automatically closed 3 days after the last reply. New replies are no longer allowed.