Hi. In UI Builder, how do you do a Bulk Delete with a where clause condition in a related table? Bulk Delete block’s where clause doesn’t seem to support criteria from a related table, unless I’m missing something. Thanks!
Hi, @Marc_Chriqui
You need to specify the data relation column from the parent table and the column you are querying from the child table. It should be like this:
Using this condition, all objects which do not correspond this query will be deleted from the relations.
Regards,
Marina
1 Like