System Information
- Strapi Version: 4.21.1
- Operating System: Windows 10
- Database: SQL Lite
- Node Version: 20.10
- NPM Version: 10.4
- Yarn Version:
Dear Strapi community,
I have two collection-types, one called “Member” where each entry includes specific information on a person’s profile and another called “Fee” where each entry represents a record of yearly fees paid by each member.
The Member collection has a one-way relation to the Fee collection.
I want to know if there is a way to automatically create an entry in the Fee collection everytime I add a new entry to the “Member” collection. I know lifecycle hooks exist, but have no idea if they can be used to start requests based upon changes in other collections.
Cheers and thank you
Francisco