Workflow [Jul 27]

:raising_hand_man: Elf asked

Does NocoDb support workflow? We need a feature like “If a new record is created in Table 1, then a new record will be created automatically in Table 2”.

:man_bald: dstala replied

<@160755405033701377> NocoDB supports webhook’s. You can configure webhook’s to be triggered on insert/delete/update to a record in a table.

You might want to write a handler using NocoDB SDK to trigger updates to Table-2 after receiving webhook (outside NocoDB server that is).

:raising_hand_man: perlfan replied

Isn’t there a on click feature? if someone clicks a button to add a record, you could execute your code.

:man_bald: dstala replied

<@1001083667466174494> custom source code hooks are currently not supported.

:raising_hand_man: Elf replied

Great! Thx

Autogenerated from discord


Join NocoDB’s community

DiscordTwitterRedditDocs