Sample: Get Localized choice values for Dataverse record#149
Sample: Get Localized choice values for Dataverse record#149
Conversation
|
Hi @kkazala , Thank you for your submission! Could you please check all dependencies and update the source code? Thank you! Regards, |
|
Thank you for checking this sample. Similar to the previous PR, I mixed the connection references up. thank you very much for your hard work supporting this repo 💖 |
|
@kkazala hi, Thank you for the update! I've tested, but got the same issue with another connection reference: Could you please check it? Thank you! BR, |

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