Hi all,
We are trying to add entitlements and accounts in a WebService connector.
The JSON response is as follows for entitlements:
The problem we have is that we are not able to get more than one entitlement. For the entilements aggregation operation in the response mapping section we have the following configuration:
With this configuration we get an error, it tries to put all the id’s and all the names for the same entitlement.
If we put instead of * a numerical index like 0 or 1 ($.entitlements[0].id) it works and we get that entitlement, so we are only able to get one entitlement but not more than one.
How can we configure it to get more than one entry individually? We have the same problem for user accounts.
Thanks you