Hi
The first one looks like argument with values we have mentioned in it
We can remove those double quotes and replace them with singles quotes
I hope it’s the Input we mention
Then for the final to move all files regardless of the file type use a assign activity and mention like this arr_files = Directory.GetFiles(“yourfolderpath”)
Where arr_files is a array of string
Then followed by this use a for each loop and pass the above variable as input and change the type argument as string in the property panel
Inside the loop use a MOVE FILE activity and mention the path as item.ToString and in the destination mention the folder path where we want to move
Kindly try this and let know for any queries or clarification