ghost asked
dstala replied
ghost@discord Can you please help us with project information?
For project info
- Open project
- On right top, click on “User” icon
- Copy project info
dstala replied
Additional info, if you can provide -
(a.) What is your webhook trigger set to (on delete/ on insert/ on update)?
(b.) How are you inserting your records into table?
ghost replied
```Node: v12.22.6
Arch: x64
Platform: linux
Docker: true
Database: pg
ProjectOnRootDB: false
RootDB: pg
PackageVersion: 0.84.14```
dstala replied
ghost@discord
From UI, there are two ways to insert a record, as shown in attached image.
mode-1 (bottom of grid view): Updates db immediately after a cell is fed
mode-2 (top right + icon): Updates db on clicking SAVE after all fields are populated
I tried triggering Slack Webhook from NocoDB over Heroku, worked fine with mode-2.
Using mode-1, populating first cell will be considered insert record. And while we are updating subsequent cells, it is being treated as “update record” trigger.
dstala replied
Probably that explains why “type”:“BodyLanguage” was retrieved properly, and rest were still NULL
ghost replied
That makes sense - however the expectation as a user is that both flows result in saving the full record like mode-2
dstala replied