microsoft / Dynamics-AX-Integration

Dynamics AX Integration samples and demos.
285 stars 356 forks source link

concat function does not work over dataset creation #97

Open wojzeh opened 4 years ago

wojzeh commented 4 years ago

Hi guys, thanks for the amazing job! Helped us a lot! However, I don't know why but concat does not function well over path creation.

It worked for me finally only when I changed it everywhere as follows (directly in the code)

"path": "/datasets/@{encodeURIComponent(encodeURIComponent(parameters('D365FOURL')))}/procedures/@{encodeURIComponent(encodeURIComponent('DataManagementDefinitionGroups/Microsoft.Dynamics.DataEntities.GetExportedPackageUrl'))}"

Thank you