fixes an issue where id and revision weren't passed to row action automations

This commit is contained in:
Peter Clement 2024-10-04 10:18:27 +01:00
parent 7c88e31074
commit 3cb14d596a
1 changed files with 2 additions and 0 deletions

View File

@ -220,6 +220,8 @@ export async function run(tableId: any, rowActionId: any, rowId: string) {
automation,
{
fields: {
id: row._id,
revision: row._rev,
row,
table,
},