Hi
Im trying to create some structure around project and task types. For example if I create a project record of a certain type it automatically creates the associated tasks and prefills it with a set of information:
Project: Go on family holiday
automatically creates
Task1: Pack bag
Task2: Fuel car
Task3: Book hotel
and;
Project: Go on work holiday
automatically creates
Task1: Pack bag
Task2: Book flight tickets
Task: Book airbnb
etc ettc…
I looking to create about 30 odd projects with a out 150 odd different task types so ideally don’t want to use a convoluted if statement which I don’t have the ability to create nor manage.
TIA