I’m a UiPath beginner and I’m currently stuck. I’ve made an HTTP request to a URL to retrieve an invoice PDF. It returns the PDF in binary format, and I’d like to pass it to an agent so it can analyze it using its multimodal capabilities.
Thank you for your feedback ! Just for you to know i’m on UiPath studio cloud and i’m not sure where the file is stored to pass it to the agent, find bellow the node configuration :
I created a tool “get_attachement” with an array input
Then loop over urls and get all the files, and finally returns a file array to the agent directly. After I can analyze the content with “Analyse Files” tool