How to Delete Records Older Than a Specific Timeframe Using the Get List Module
If you want to delete recordsIn Boost.space, a record is a single data entry within a module, like a row in a database. For example, a contact in the Contacts module or a task in the Tasks module. older than X days/months/years you can use our Get list <entity> (CONTACT) modulea module is an application or tool designed to handle specific business functions, such as CRM, project management, or inventory. The system's modular architecture allows you to activate only the modules you need, enabling customization and scalability as your business requirements evolve..
Where you can filter by individual fields of a given entity.
For example, here we filter by the created field which gives us the timestamp of the recordIn Boost.space, a record is a single data entry within a module, like a row in a database. For example, a contact in the Contacts module or a task in the Tasks module. creation. Where we filter via the addMonth function where we keep track of -6 months from today. The module will output a list of contacts.
In the next module we map the record ID of the previous module that deletes the filtered data.
If you encounter any difficulties during this process do not hesitate to contact us at support@boost.spaceA platform that centralizes and synchronizes company data from internal and external sources, offering a suite of modules and addons for project management, CRM, data visualization, and more. Has many features to optimize your workflow!.