Hey @harshil1712!
The api-request to our own database gives back a value which have to match with a custom field in the Pipedrive organization, because of that I’m using the search operation to get the Pipedrive orga-ID.
I can’t test it with the basic Pipedrive fields because we have information in all of them.
But I don’t think it’s the custom property causing the problem. The error response by the update organization node is:
{"name":"StatusCodeError","statusCode":400,"message":"400 - {\"success\":false,\"error\":\"Bad request\",\"error_info\":\"Weitere Informationen über Pipedrive API finden Sie unter developers.pipedrive.com.\",\"data\":null,\"additional_data\":null}","error":{"success":false,"error":"Bad request","error_info":"Weitere Informationen über Pipedrive API finden Sie unter developers.pipedrive.com.","data":null,"additional_data":null},"options":{"timeout":300000,"headers":{"Accept":"application/json","Authorization":"Bearer 4910783:8022354:3c5a6412fb97891d0ab0fd327dfc62b85843afd7"},"method":"PUT","qs":{},"uri":"https://api.pipedrive.com/v1/organizations/15048","json":true,"body":{},"simple":true,"resolveWithFullResponse":false,"transform2xxOnly":false},"response":{"statusCode":400,"body":{"success":false,"error":"Bad request","error_info":"Weitere Informationen über Pipedrive API finden Sie unter developers.pipedrive.com.","data":null,"additional_data":null},"headers":{"date":"Wed, 25 Aug 2021 11:50:39 GMT","content-type":"application/json","transfer-encoding":"chunked","connection":"close","cf-ray":"68449aa31de94162-HAM","access-control-allow-origin":"*","cache-control":"no-cache","set-cookie":["pipedrive-cdl=eu-central-1;path=/;expires=Thu, 26 Aug 2021 11:50:39 GMT;secure","__cf_bm=79a23b06a8f9030f017770a98d8c6b637a057dd8-1629892239-1800-AdYyIAwnV3tSGC6GO0HaM5MU8ssV3ERUxMEXlUVOP/PDQLn9aMGAAcKd22KySk9P0bzgvYJjyLwl1+D4qa07XuM=; path=/; expires=Wed, 25-Aug-21 12:20:39 GMT; domain=.pipedrive.com; HttpOnly; Secure"],"strict-transport-security":"max-age=31536000; includeSubDomains","vary":"Accept-Encoding","cf-cache-status":"DYNAMIC","access-control-expose-headers":"X-RateLimit-Remaining, X-RateLimit-Limit, X-RateLimit-Reset","badi":"Routing: eu-central-1=>eu-central-1; Version: bd42; Host: bari;","expect-ct":"max-age=604800, report-uri=\"https://report-uri.cloudflare.com/cdn-cgi/beacon/expect-ct\"","x-content-type-options":"nosniff","x-correlation-id":"184c29de-1bcc-48ba-a321-4f71b0e3314e","x-frame-options":"SAMEORIGIN","x-ratelimit-limit":"160","x-ratelimit-remaining":"153","x-ratelimit-reset":"2","x-xss-protection":"1; mode=block","server":"cloudflare","alt-svc":"h3-27=\":443\"; ma=86400, h3-28=\":443\"; ma=86400, h3-29=\":443\"; ma=86400, h3=\":443\"; ma=86400"},"request":{"uri":{"protocol":"https:","slashes":true,"auth":null,"host":"api.pipedrive.com","port":443,"hostname":"api.pipedrive.com","hash":null,"search":null,"query":null,"pathname":"/v1/organizations/15048","path":"/v1/organizations/15048","href":"https://api.pipedrive.com/v1/organizations/15048"},"method":"PUT","headers":{"Accept":"application/json","Authorization":"Bearer 4910783:8022354:3c5a6412fb97891d0ab0fd327dfc62b85843afd7","content-type":"application/json","content-length":2}}}}