fixes an issue where id and revision weren't passed to row action automations
This commit is contained in:
parent
7c88e31074
commit
3cb14d596a
|
@ -220,6 +220,8 @@ export async function run(tableId: any, rowActionId: any, rowId: string) {
|
||||||
automation,
|
automation,
|
||||||
{
|
{
|
||||||
fields: {
|
fields: {
|
||||||
|
id: row._id,
|
||||||
|
revision: row._rev,
|
||||||
row,
|
row,
|
||||||
table,
|
table,
|
||||||
},
|
},
|
||||||
|
|
Loading…
Reference in New Issue