WebService connector - unable to send schema attributes in context url

Hello all,

I have configured a source using the Web Service Connector. The test connection and aggregation worked fine. However, when I test the Remove Entitlement operation by using $plan.user_id$, it is sending null in the request.

Does anyone have any idea why this might be happening?

Below is the screenshot of the Account Schema for reference

Remove entitlement will have only the nativeIdentity of the account, which is the attribute that is marked as “Account ID” in the schema. So, you need to mark “user_id” as the Account ID and then refer to it as “plan.nativeIdentity”

It worked! Thanks for your help.

1 Like