Pega 7.1.7 Service REST - Multiple dynamic resource parameters in resource path not mapping to clipboard
Hi All,
I am trying to create a rest service in PRPC 7.1.7. The resource path should have 2 dynamic parameters which are mapped to two clipboard properties. When I try with 2 resource params, the mapping doesn't happen. But when I use only one param, it works fine.
Eg : /Test/{region}/country/{country} - This wont work as paramters are not getting mapped to the clipboard properties.
/Test/{region} - This will work fine as I have only one parameter.
I have seen a similar issue related to REST connectors mentioned in the below PDN article.
https://pdn.pega.com/support-articles/connect-rest-only-allows-one-resource-parameter
Is the same issue there for REST services as well?
Any help related to this will be helpful.
Thanks