Added URL to the microflow properties which accepts three query parameters in 10.12.1. But returning only first parameter.
0
Hi Team, I was trying to upgrade mendix application to 10.12.1. from 9.24.12 Added URL to the microflow properties which accepts three query parameters. Below is the related snap for the same. When I hit the URL and debug the flow, it is returning only first parameter, remaining are being sent as empty. Example URL : http://localhost:8080/link/Underwriting?idp=eg&PolicyNumber=Q372680197&RiskLocationId=855888d1d2ba70c5aa83bd7062438f37 From the above URL, it is returning only idp as eg, PolicyNumber and RiskLocationId are being set as empty. Below is the related snap for the same. Thank you!