Delete several records from Tulip table

Hi Tulip Support team:-
I’ve been searching for a similar issue that I am seeing in my environment via Delete several table records . However, I see not much of information in the link, therefore I am starting a new topic.


Allow me to explain my case.

My use case is that in my environment, I have the tables like in the image setup. I am trying i-o delete the table records which are in red texts (ID#1,2,3) through On Step Enter > Trigger, with conditions
If Col#1 is empty & Col#3=Pending; the end results in this table should old remain ID#4,5.

I have been trying to look for solutions via AI or any other means to solve my issue however, in vain; I don’t really understand the proposed implementations via AI neither are getting this use case to work at any means (e.g. creating table query > store items into array > loop through and delete) as I may get the whole sequence incorrectly coded too.

I hope that the community could support me in Tulip implementation / codes terms. I will be available for meet up to get this done together. Thanks!

1 Like

you can delete the record by the ID of the variable.
If Record is selected → save the ID to a variable → clear the Placeholder → delete the record by the ID saved before