How to handle special characters in "Account Enable Status Attribute" attribute in web connector

Hello Everyone!

I am trying to implement a web services connector. All the configurations are complete but I am facing an issue with the “Account Enable Status Attribute” in the source config page.

Issue Faced:
I want to pass status=“active__v” and active__v is the value we are aggregating in the account aggregation from the target source . On putting the value it will not update the status of the account whereas when I put any other attribute where no special character is used then it is working.

Can someone please suggest me with a solution on how to handle the special character?

Thanks in Advance!

Could you provide a couple examples of the values that are working?

If you can’t get this to work with special character, you may need to handle removing them with a Web Service After Provisioning Rule as mentioned here with handling lists: Delta Aggregation Settings and Common Configuration

You might need to encode special characters.

Print the end point in logs and try to replicate the same use case in Postman and see the response.

Also share us the sample value, body and error, so that we can see what is going wrong.

This topic was automatically closed 60 days after the last reply. New replies are no longer allowed.