Thats what I did and found that workaround, here is the json
{
"triggerName": "afterSave",
"object": {
"block_timestamp": {
"__type": "Date",
"iso": "2021-11-26T16:22:29.000Z"
},
"transaction_hash": "0x33fc4e475c56999a1bfc8f680a68ad900f697fd2271847cb16237d4ad98af6cb",
"log_index": 42,
"amount": "9995000",
"tokenAddress": "0xe31e99a168066b530bf8301ab9353c8cd57a3656",
"address": "0x5c768cfd37ee08da4eaeb19cd96522822741d8e8",
"block_hash": "0xa51bad8bdda70c5001e8c60193471d3d5910ccacef9b9e9010df636342e91caa",
"block_number": 9710694,
"transaction_index": 6,
"createdAt": "2021-11-26T16:22:31.856Z",
"updatedAt": "2021-11-26T16:22:31.856Z",
"objectId": "38WNhmGB8wuN84WCTqxgUZ4V"
},
"master": true,
"log": {
"options": {
"jsonLogs": false,
"logsFolder": "./logs",
"verbose": false
},
"appId": "WrszROWRp7oShP39MWHMLl4mMA6n2QMN8LDRD6gi"
},
"context": {},
"installationId": "cloud"
}
and was trying to get objectId:“38WNhmGB8wuN84WCTqxgUZ4V”
I can confirm that request.object[‘id’] does work, while request.object.get(‘id’) does not work