I want to save pdf’s in the orchestrator but i think thats not possible. So what i want to do is, to save the pdf on the machine with a unique file name in a folder. Then load the file path into the queue and the next bot can then use the path in the queue to call the pdf again on the machine.
How could i do that, has someone good ideas ?
Use shared drive if possible to save the files, so all bots can access.
Hey,
assign path to file in the variable and use ‘add queue item’ with item.
Something like this:
Also you can use the assets where you will store the path to the pdf file.
requires an only 1 bot scenario
as mentioned shared drive / One drive Folders … can help
Also have a look on the storage Bucket feature:
This topic was automatically closed 3 days after the last reply. New replies are no longer allowed.