How do i clear a column in a table record using trigger logic on a button?

I am creating an app where when finished, clicking a “finished” button will clear a whole column of date…example a date of completion. When i do Data Manipulation- Clear- Table record- XXXX- Completed date, it only clears the last record. I have 15 records on the table and i want to clear the date for all records. Is this possible?

Hey @clandrum , welcome to the Tulip Community!

Tulip does not offer any bulk data manipulation logic. Instead, it is recommended to use the looper widget, a Tulip function, or a Tulip automation to load each record and perform the data manipulation individually. Tulip support documentation should get you started on any of those paths. I would recommend the looper widget if you are unfamiliar with automations.

Happy Tulip-ing!

Just to add on here, now that functions are available I would recommend NOT using the Looper widget, and instead leveraging looping within functions. It is much more robust and is natively supported by the platform.

Cheers!

Thanks to the replies, but I am new at using Tulip with little training, and I can’t get the loop to work. I have watched several videos and they don’t help me with what i am looking for. Any other ideas?