Invoke C# code to Copy File to dest directory

Hello ,
In my workflow , i generated a excel file in download directory , and i want to copy it ti another directory.
i used the invoke code acitvity (C#)

the first error : when i click open editor button i have this error

Doublecate variable {list variable in sequence } found , Try and avoid that if possible.

It’s not an error it’s warning.
To let you know, it can only map ONE variable with the same name ( is also wjhy you get a warning in the variable editor )
If you don’t plan on reading index or total you can ignore it.

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