You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
is there a way to delete a row in Budibase by some column value, instead of internal _row id identifier. Basically I have two tables , both of them created in Budibase internal DB (Couch DB), orders and order_content. Orders table has an autogenerated number column which is then used in orders_content to bind the ordered items with a specific order. In simple terms I established an One to many relationship in noSQL.
Now, when user clicks on an order, it should delete: the order from orders table, and all items in order_content table where the autocolumn values are equal.
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
Uh oh!
There was an error while loading. Please reload this page.
-
Hello everyone,
is there a way to delete a row in Budibase by some column value, instead of internal _row id identifier. Basically I have two tables , both of them created in Budibase internal DB (Couch DB), orders and order_content. Orders table has an autogenerated number column which is then used in orders_content to bind the ordered items with a specific order. In simple terms I established an One to many relationship in noSQL.
Now, when user clicks on an order, it should delete: the order from orders table, and all items in order_content table where the autocolumn values are equal.
Thanks
Beta Was this translation helpful? Give feedback.
All reactions