Hello. Today I noticed a change in our automations. When looking at a person object, the ‘org_id’ can now be either an int or array with additional org data. Is this a new change?
Example of two person objects:
"open_deals_count": 0,
"org_id": 2423,
"org_name": null,
Or:
"open_deals_count": 0,
"org_id": {
"active_flag": true,
"address": null,
"cc_email": "redacted@pipedrivemail.com",
"name": "Redacted",
"owner_id": redacted,
"people_count": 7,
"value": 283
},
"org_name": "Redacted",
This seems to have changed last night and is now causing errors in our automations.