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?
When building flows that retrieve Dataverse data, the record's choice values are returned as number.
This flow retrieves labels in a language specified as parameter.
It's also a neat example on how to transform data efficiently without using foreach loops.
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 checking this sample. Similar to the previous PR, I mixed the connection references up.
Just corrected them, packed the solution and imported- now should work fine
thank you very much for your hard work supporting this repo 💖
Thank you for the update! I've tested, but got the same issue with another connection reference: [{"SolutionValidationResultType":"Error","Message":"The following solution cannot be imported: UtilsGetLocalizedchoicevaluesforrecord. Some dependencies are missing. The missing dependencies are : <MissingDependencies canResolveAllMissingDependencies=\"False\"><MissingDependency canResolveMissingDependency=\"False\"><Required type=\"connectionreference\" displayName=\"kk_sharedwebcontents_f5993\" solution=\"Active\" id.connectionreferencelogicalname=\"kk_sharedwebcontents_f5993\" /><Dependent type=\"29\" displayName=\"Get Localized Choice Values\" id=\"{07ca3022-6fd9-ef11-a730-6045bd2a5498}\" /></MissingDependency></MissingDependencies> , ProductUpdatesOnly : False","ErrorCode":-2147188707,"AdditionalInfo":null}]
Could you please check it?
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?
When building flows that retrieve Dataverse data, the record's choice values are returned as number.
This flow retrieves labels in a language specified as parameter.
It's also a neat example on how to transform data efficiently without using foreach loops.
Checklist