yes, you can do this in a several ways - you can search the forum and you will find posts where i described some of my flows
In a nutshell, three options:
- set up power automate flow triggered by api, then in PAD call this flow with web request, passign the file
- set up power automate flow the triggers for each new file in a sharepoitn library, then use sharepoint actions to save file to sharepoint
- set up power automate flow the triggers for each new file in a sharepoitn library, then save the file into onedrive fodler on the machie, that is synchronised with onedribe/sharepoint
In each scenario your power autoatme flows needs to:
- pass the file vai ai builder
- pass the results back to pad, if run via web call - as a response, if file stored on sharepoint - store in a excel or json or whatever file you wil lthen read back in PAD