Currently, when building an automation with multiple actions, it seems I can only use data from the trigger step in my actions. If I take and action after the trigger, I would expect to be able to use data from my trigger step AND my subsequent action step.
Use case: I have an automation that when a new record is created in the "bookings" table, create a record in the "cleaning assignments" table and associate that record with the booking. But for some reason, while the cleaning record is associated with the booking, the booking record is not associated with the cleaning record (this seems like odd behavior in itself, especially since I am using a linked records field).) So I would like to grab the name of the cleaning assignment from the first action to use it to link the cleaning assignment to the booking in the second action.