Downloading the Converted File(s) from "Export a PDF to other formats" activity from Adobe Services

The above workflow is used to convert PDF files to Excel with the “Export a PDF to other formats” activity present from Adobe Services.
How do I download the Converted File into my Local Desktop or Upload the converted file to OneDrive/GDrive ?
Which activity should be used next to the steps to achieve the following result?

Hi!

“Export a PDF to other formats” has an output “Job ID”
Activities - Export a PDF to other formats (uipath.com)
which you can use as an input in ‘Job performed’ in “Download file”
Activities - Download file (uipath.com)

Thanks for the solution @sven.wullum1 . I am still getting this error. Attaching the screenshot.

Hi!

Try storing the ‘Job ID’ output from “Download file” in another variable so it’s less confusing.

You also need to define your Output file name.
If you’ve exported to DOC, have it named “yourfile.doc”, if an XLSX: “yourfile.xlsx”
Try changing some of the additional properties if there are some. Experiment a bit.