Use this action to upsert reservations from a flow. Accepts Reservation or ReservationCollection wrappers, for example those output by a time slot picker screen component.
Input variables
|
Name |
Type |
Description |
|---|---|---|
|
reservation |
A single reservation to upsert. |
|
|
reservations |
List<Reservation> |
A list of reservations to upsert. |
|
reservationCollection |
A (parent/child) collection to upsert. |
Output variables
|
Name |
Type |
Description |
|---|---|---|
|
reservation |
The upserted reservation. |
|
|
reservations |
List<Reservation> |
The upserted reservations. |
|
reservationCollection |
The upserted (parent/child) collection. |