Hi,
I have a data package in OneDrive for Business folder that I want to import into D365.
So I'm using Execute Action DataManagementDefinitionGroups-ImportFromPackage in Power Automate.
I read the package file from OneDrive, and get the file URL. Then I pass the URL to the action parameter:
But I got this error:
Exception occurred while executing action ImportFromPackage on Entity DataManagementDefinitionGroup: File download failed from the following url https://xxxxxxxxxx.com/xxx
How can I get past this error? Is Onedrive URL not usable for this action?
Thank you.
Hi HAIRUL HAZRI,
Please try to use GetAzureWritableURL to upload the file to blob storage, and then use that URL in Import method.