In my deeplink configuration the settings are Deeplinkname: "WijzigRelatie" Microflow: CRM.DeeplinkedRelatie ( has one string parameter CustomerID ) the suggestion of mendix now is: http://mysite/link/WijzigRelatie?CustomerID=YourValue using this link, the microflow launched but CustomerId has value '' set the option Get Parameters on True, there will be no connection at all Suggestions? ( deeplink version 4.2.2 )
asked
Jan de Lange
2 answers
2
After some struggle, it works with: http://mysite/link/WijzigRelatie/76509
This is not what Mendix suggested in the form.
answered
Jan de Lange
0
After some struggle, it works with: http://mysite/link/WijzigRelatie/76509