You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Related issues: fixes #X, partially #Y, mentioned in #Z
Needs API permissions?
Has other prerequisites? (E.g. requires a list, document library, etc.)
What's in this Pull Request?
SharePoint Integration in Power Platform is straightforward to configure but accessing documents and their locations via Power Automate is quire challenging.
This sample offers ready to use flow that retrieves document library and folder properties, which can be used in Power Automate actions and api calls.
Checklist
My pull request affects only ONE sample.
I have updated the README file.
My README has at least one static high-resolution screenshot (i.e. not a GIF)
My README contains complete setup instructions, including pre-requisites and permissions required
Thank you for your submission!
I tried to install the solution, but the dependencies error occurred. This is the log: [{"SolutionValidationResultType":"Error","Message":"The following solution cannot be imported: GetDataverserecordSPO. Some dependencies are missing. The missing dependencies are : <MissingDependencies><MissingDependency canResolveMissingDependency=\"False\"><Required type=\"connectionreference\" displayName=\"idapps_sharedcommondataserviceforapps_6b4f3\" solution=\"Active\" id.connectionreferencelogicalname=\"idapps_sharedcommondataserviceforapps_6b4f3\" /><Dependent type=\"29\" displayName=\"Get SharePoint location for record\" id=\"{eff48012-4f77-ef11-ac20-002248c9a7cb}\" /></MissingDependency><MissingDependency canResolveMissingDependency=\"False\"><Required type=\"connectionreference\" displayName=\"idapps_sharedsharepointonline_58e5f\" solution=\"Active\" id.connectionreferencelogicalname=\"idapps_sharedsharepointonline_58e5f\" /><Dependent type=\"29\" displayName=\"Get SharePoint location for record\" id=\"{eff48012-4f77-ef11-ac20-002248c9a7cb}\" /></MissingDependency><MissingDependency canResolveMissingDependency=\"False\"><Required type=\"connectionreference\" displayName=\"idapps_sharedwebcontents_f5993\" solution=\"Active\" id.connectionreferencelogicalname=\"idapps_sharedwebcontents_f5993\" /><Dependent type=\"29\" displayName=\"Get SharePoint location for record\" id=\"{eff48012-4f77-ef11-ac20-002248c9a7cb}\" /></MissingDependency></MissingDependencies> , ProductUpdatesOnly : False","ErrorCode":-2147188707,"AdditionalInfo":null}]
Could you please update the source code and I'll be happy to test again and merge once the dependencies issue will be resolved.
Thank you for looking into it =)
Indeed, I made a bit of a mess with the connection referenced. I corrected them, rebuilt the solution and imported them. It should work now
Thank you! But the same as in PR 149 - issue with connection reference still here: [{"SolutionValidationResultType":"Error","Message":"The following solution cannot be imported: GetDataverserecordSPO. Some dependencies are missing. The missing dependencies are : <MissingDependencies canResolveAllMissingDependencies=\"False\"><MissingDependency canResolveMissingDependency=\"False\"><Required type=\"connectionreference\" displayName=\"kk_sharedcommondataserviceforapps_6b4f3\" solution=\"Active\" id.connectionreferencelogicalname=\"kk_sharedcommondataserviceforapps_6b4f3\" /><Dependent type=\"29\" displayName=\"Get SharePoint location for record\" id=\"{eff48012-4f77-ef11-ac20-002248c9a7cb}\" /></MissingDependency><MissingDependency canResolveMissingDependency=\"False\"><Required type=\"connectionreference\" displayName=\"kk_SharePointOnline\" solution=\"Active\" id.connectionreferencelogicalname=\"kk_SharePointOnline\" /><Dependent type=\"29\" displayName=\"Get SharePoint location for record\" id=\"{eff48012-4f77-ef11-ac20-002248c9a7cb}\" /></MissingDependency><MissingDependency canResolveMissingDependency=\"False\"><Required type=\"connectionreference\" displayName=\"kk_sharedwebcontents_f5993\" solution=\"Active\" id.connectionreferencelogicalname=\"kk_sharedwebcontents_f5993\" /><Dependent type=\"29\" displayName=\"Get SharePoint location for record\" id=\"{eff48012-4f77-ef11-ac20-002248c9a7cb}\" /></MissingDependency></MissingDependencies> , ProductUpdatesOnly : False","ErrorCode":-2147188707,"AdditionalInfo":null}]
Could you please check?
Thank you
BR,
Katerina Ch.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Needs AttentionSomething needs to be fixed with the PR before merging
2 participants
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
What's in this Pull Request?
SharePoint Integration in Power Platform is straightforward to configure but accessing documents and their locations via Power Automate is quire challenging.
This sample offers ready to use flow that retrieves document library and folder properties, which can be used in Power Automate actions and api calls.
Checklist