I’m hoping one of your brilliant minds can help me workout the step I’m missing in a workflow…this is what I’m trying to do:
Each ‘customer’ has a list of ‘services’. Each ‘service’ has a thing, with its quantity (like an invoice).
I want to create a new ‘thing’ for each service, which will be used in a timetable.
I have a looped workflow that works its way through the list of services, and currently it’s creating a new ‘timetable thing’ for each service…but assuming it has a quantity of 1.
I need it to take in to consideration the quantity. If a service has a quantity of 2 then I need it to create 2 ‘timetable things’ for that ‘service’
Also, each ‘timetable thing’ start time is the next ‘timetable things’ end time.
I’m never quite sure if I’m explaining things correctly, so here’s another way of what I’m try to achieve
- Create ‘timetable thing’ from ‘list of services’
- Create ‘timetable thing’ for each ‘service’
- Repeat creating the same ‘timetable thing’ if the quantity of ‘service’ is greater than 1
- Move on through rest of list, creating ‘timetable thing’ when quantity of ‘service’ is reached
PS - tried changing one thing and created 3k ‘timetable things’ for a list of 5 services