Skip to content

Budibase DB: Delete rows in connected table #15098

Answered by matclou
matclou asked this question in Help
Discussion options

You must be logged in to vote

I found a solution to this myself:

The javascript codefor the alle_kontaktdaten should be separated by commas and not by this array structure with [, " and ] - so I used this code...

return $("kontaktdaten") ? $("kontaktdaten").map(x => x._id).join(",") : "";

.. and it worked!

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
Answer selected by matclou
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Help
Labels
None yet
1 participant