How to Automatically Delete Rows and Enrich Data in Tables
Hi, two questions:
- 1.
How to delete rows? I need to delete rows in a table on conditions, I can delete the rows using sort/filter, but that is not scalable. Example - One day I have data, and I can sort filter out then delete rows. Another day I will have to repeat the same process again. I want to apply a condition, if there is new data delete the rows that meet the specific conditions automatically.
- 2.
How to enrich new data in the same table? Example - Day 1 searched for jobs and created the table based on my requirements. Day 2 I can't create the new jobs table and do the whole process again. I want the new jobs to be published in the same table created on Day 1.