Developers encountered an error message when creating a transaction in tablesDB due to missing scopes ("rows.write"). The issue arises when attempting bulk updates with relationships in the table but can be resolved by using the update_row function instead of update rows.
Steven
10 Oct, 2025, 04:23
Update rows works?
Camka
10 Oct, 2025, 04:34
Update rows doesn't work since it says you can't do bulk updates with relationships in the table. But update_row works.