I know I have done this before, but I am unsure if I’ll be able to do it again. Under Azure Scope activities, I have all my information put in, and I have Get Storage Account activities in the body. Previously in the “output section,” I could create a variable, but this time it will not let me do that. Any thoughts?
Ok, thank you for that information. That was very helpful. As I progress through this I am getting this error. Any idea how to fix this?
I am not sure what is downloadedexcel…but the input needed for the Field is of type iResource and you gave a fileinfo type which is not acceptable
Please use file to upload from localpath option and provide the filepath there
cheers
Downloadedexcel in the variable I made from the wait for download section. So did I make the variable wrong?
What you did is not wrong…at the same time its not correct…
Wait for download gave you a variable of type fileinfo which you tried assigning to type IResource …which is wrong…
DownloadedExcel.FullName is the path of the file…assign this in the field where you see File to upload(local full Path)
cheers
That makes sense. Thank you for the help as always @Anil_G
This topic was automatically closed 3 days after the last reply. New replies are no longer allowed.