Hello everyone, I have the following problem:
I created a “listAccount” file and I want to save a data relation;
Whenever the contents of the 3 variables change I want to add in a new row in the worksheet without losing the previous one.
I want to keep the contents of the variable “salary” as numerical value and not string.
Attached is xaml.Main.xaml (8,3 KB)
Hi @mauro.morais
well you need to use Append Range activity inside an Excel Application Scope this way you will be sure data will be added and won’t overwrite other data.
here is a workflow that does just that enjoy
NewRowDataTable.zip (16.7 KB)
1 Like
Thank you, @reda!
I’m glad it helps
if it worked please mark it as solution so other people can find it easily
This topic was automatically closed 3 days after the last reply. New replies are no longer allowed.