Getting error that value cannot be null, when opening the latest file in folder and copying it contents to a new file.
Please fix this error for me…files.xaml (8.5 KB)
Getting error that value cannot be null, when opening the latest file in folder and copying it contents to a new file.
Please fix this error for me…files.xaml (8.5 KB)
Hi,
The Variable for storing all the files in the folder should be an array of strings.
and then you can iterate through the files using for each. I guess the function used in the assign activity does not provide any result.
Could you please provide a fix for above, if you can…
Still getting the same error…files.xaml (9.1 KB)
It’s working fine without any error on my side. Can you please share screenshot of error and where it is occurring.
Now working thanks…
@AbhilashReddy am also facing the same issue. could you please help
@Gv_Rajini When do you get the Error?
when i try to upload the folder
@Gv_Rajini
Share the error message.
@Gv_Rajini Are you able to print values using Write Line?
@JobinJoy.jnj Please find below the error screenshot
@supermanPunch i am just started learning recently. could you please explain clearly what you are asking and how to check.
@Gv_Rajini Show me the Value what you have used in Assign of filesArray
@supermanPunch Directory.GetFiles(selectedfolder)
@Gv_Rajini Can you use a message box and show the Value of selectedFolder before Assign
@supermanPunch selectedfolder is the variable i have assigned
@supermanPunch PFB