Hello.
I am creating a workflow in UiPath Studio Web that loads issues from a json file into a list variable.
Currently, the json file is local, and it seems that I can’t specify it in the activity unless I upload it to the cloud. (I specified the full path starting with “C:~”, but that didn’t work.)
If you know how to upload files from local to UiPath Studio Web, could you please let me know?
Thank you.
File to upload: json file
What I want to do: Read the json file using the activities in UiPath Studio Web
Studio Web and serverless robots basically operate in the cloud. Therefore, rather than uploading files, I think it would be better to place them in a cloud drive like GDrive or OneDrive in advance and reference them. Is it possible to use such cloud drives? (If the Explorer extension is installed, I think you can place files directly in Explorer.)
I believe you can also use the Storage Bucket from Orchestrator, but you might need to upload through a browser. On the other hand, I think you can read text directly from the Storage Bucket. (Storage Text Read Activity)