microsoft / Dynamics-AX-Integration

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

Logic app D365 FinOps connector not found #93

Closed vincentnavanade closed 5 years ago

vincentnavanade commented 5 years ago

After deploying the oneDrive_to_d365_logic_app, getting error 'Connector not found' for the D365 FinOps connector.

The path property seems ok "path": "@concat('/datasets/', encodeURIComponent(encodeURIComponent(parameters('dynamicsax_instance'))),'/procedures/', encodeURIComponent(encodeURIComponent('DataManagementDefinitionGroups/Microsoft.Dynamics.DataEntities.GetAzureWriteUrl')))"

Tried to change it to "path": "/datasets/@{encodeURIComponent(encodeURIComponent(parameters('dynamicsax_instance')))}/procedures/@{encodeURIComponent(encodeURIComponent('DataManagementDefinitionGroups/Microsoft.Dynamics.DataEntities.GetAzureWriteUrl'))}" but it didn't work.

Any reasons why it's no longer working? Connector not found error

vincentnavanade commented 5 years ago

It works even though connector is not found

akhanna007 commented 4 years ago

Connector is there. It is not editable, as it takes parameters when you create the project. You can edit via json

On Thu, Jun 13, 2019 at 1:36 PM Vincent Nguyen notifications@github.com wrote:

It works even though connector is not found

— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub https://github.com/microsoft/Dynamics-AX-Integration/issues/93?email_source=notifications&email_token=AAXK3RJEZOTJ7TTKJAUUAZTP2GQDFA5CNFSM4HW26MLKYY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGODXSIF3Y#issuecomment-501514991, or mute the thread https://github.com/notifications/unsubscribe-auth/AAXK3RIHHWNDOIJ2VOML4B3P2GQDFANCNFSM4HW26MLA .