Click HERE to see how Saviynt Intelligence is transforming the industry. |
03/09/2023 03:43 AM
03/13/2023 03:30 PM
Can you share the json you are using and the error you get for the same in logs
03/14/2023 06:18 AM
03/14/2023 09:30 AM
Few observations while we are troubleshooting this issue,
Now am facing difficulties to remove double quotes in JSON. Below are the few things I tried
03/15/2023 07:45 AM
Can you try with the below and see if it works
${account.customproperty1.replace('\"','')
03/15/2023 11:10 PM
I tried with above expression, task is still failing.
03/17/2023 07:40 AM
Looks like there is a typo in the previous expression I shared. It should be ${account.customproperty1.replace('\"','')}
Can you confirm if you did add } at the end or tested without it.
03/17/2023 08:18 AM
I noticed the typo. I tested with } i.e. ${account.customproperty1.replace('\"','')}
03/28/2023 06:56 AM
Hi Team,
Any help on this issue is appreciated. Please let us know the syntax for removing double quotes in SOAP connector JSON.
Thanks,
Smitha
03/28/2023 08:04 AM
Can you share the latest JSON you used with the replace function for ".
03/28/2023 10:17 AM
03/29/2023 03:00 PM
The below should ideally work. If this still does not work, can you create a ticket with Support to troubleshoot further.
{account.customproperty1.replaceAll('\"','')}
03/30/2023 11:18 PM
@SB, thanks for your response.
${account.customproperty1.replaceAll('\"','')} dint work. I created a support ticket on the same.
04/26/2023 05:14 AM - edited 04/26/2023 05:18 AM
05/02/2023 11:53 PM
Hi Team,
Any help on this is appreciated. Please let me know the correct syntax for making multiple API calls in SOAP connector.
Thanks,
Smitha
06/08/2023 08:38 AM
This appears to be an issue and is now being worked by support.