Forum Discussion

Julian23K's avatar
Julian23K
Regular Visitor
3 years ago
Solved

oData Query To Dynamics 365 Does Not Fold

Hi!   I want to generate a table in Excel with Power Query. For this I need to map external (vendor) article numbers to our internal article numbers. I request the latter from our Dynamics 365 inst...
  • Julian23K's avatar
    Julian23K
    3 years ago

    Ok, this actually works and it's significantly faster. URL-length doesn't seem to be a problem.

     

    OData.Feed("https://xxx.operations.dynamics.com/data/VendorProductDescriptionsV2?$select=ExternalItemId,ItemNumber&$filter=ExternalItemId eq '" & Text.Combine(#"externalIDlist", "' or ExternalItemId eq '") & "'", null, [Implementation="2.0"])

     

    It's still quite slow though.

    Why are these "professional" Microsoft products such a mess. ğŸ™ƒ

     

    Thanks for the input!