I am attempting to pull two variables and combine them into one then write that information to a CSV. In this case file name and owner
Errors:
Cannot assign from type ‘System.String’ to type ‘System.String’ in Assign activity ‘Assign’.
Compiler error(s) encountered processing expression “FileList”.
‘FileList’ is not declared. It may be inaccessible due to its protection level.
Is there an easier way to do this?