I have set up a flow which retrieves invoice attachments from an API.
I need to use it within powerbi, as a visual button, because users need to select a 'transaction ID' as trigger data (triggerBody()) for the flow.
The flow successfully retrieves the correct documents and saves them, but only into my Onedrive.
The users need to have the file saved into their own onedrive instead, because they are unable to access my onedrive.
We currently use Row level security to help differentiate users, but this does not affect my flow, and will still only download the files to my onedrive.
Is there any way to fix this?
Or is there a way to get the file to save to the users machine instead of to Onedrive?
Thanks