Self-hosted : Webhook request body is not having complete row data

Webhook Request Example:
{“table_id”:“m1eqqyqubhpvqmq”,“table_name”:“content_set”,“rows”:[{“cqemyuglfqfozop”:“1298bf5a-9bae-4a64-8cfa-05a062238eb6”}]}

I have around 10 columns but receiveing only one column i.e, primary key id.

NocoDB version details:
Node: v20.14.0
Arch: x64
Platform: linux
Docker: false
RootDB: pg
PackageVersion: 0.202.10
Please help.

Below is an example of a webhook response and its not matching with what you have pasted. Are you sure you have pasted all of the webhook response. Looks like it is missing the type of event and so on.

@sunilkatta99 You are on a older version of NocoDB. Please switch over to Release 0.251.0 : Introducing Field summary & Read Only mode for external Data Sources · nocodb/nocodb · GitHub

When adding fields from grid, if you insert a new record directly on the grid (by not using expand form), then NocoDB Insert webhook will be triggered as soon as the record is created (and hence only ID will be sent as part of trigger response). And remaining changes done on the record will be considered as Update trigger. You can make use of expanded form to ensure everything in the record inserted is treated as Insert trigger.