At the moment this action is not available on our New version. I would suggest going into the Classic version any time you want to create recurring records then switch back into New version to view/modiify/delete the data, and only using Classic to create. This is until we build this same action on New version which is on the roadmap.
You can build the logic on our New version, but must keep in mind the following:
1. Deleting these massive activity sets.
2. Updating these massive activity sets
3. Method:New is completely locked when runnning these processes
But to build this logic:
- Add a date range on screen
- Now in your action set using the Date Function, get the date difference
- Create a new table RecurringActivities, create one record in this table each time you go through this process, before all the activities get created (the # of times is based of the above date difference).
- Then have dropdown field in Activity table for RecurringActivities.RecordID.
- When you update or Delete an activity where RecurringActivitiesRecordID is not empty, update or delete all activities with same RecurringActivitiesRecordID
— Morty