What are best practices for a multi-step workflow with conditional creation of Objects using Actions?
Consider the following scenario: Events are reported to an organization via a Foundry workflow within a Workshop. Each Event (Object) is associated with a Location (Object). Events can occur at new Locations (Create) or existing Locations (reference).
This is a real world scenario and requires at least the following steps:
- Create Event
- Designate Location, if new Create otherwise reference existing
Ideally steps 1 and 2 would occur on separate Pages in a Workshop with logical junctures. Are there best practices and/or new Foundry documentation describing this Action orientated workflow (ala, the new Workshop Stepper widget)?