Skip to main content
Skip table of contents

Upsert Reservations

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

Reservation

A single reservation to upsert.

reservations

List<Reservation>

A list of reservations to upsert.

reservationCollection

ReservationCollection

A (parent/child) collection to upsert.

Output variables

Name

Type

Description

reservation

Reservation

The upserted reservation.

reservations

List<Reservation>

The upserted reservations.

reservationCollection

ReservationCollection

The upserted (parent/child) collection.

JavaScript errors detected

Please note, these errors can depend on your browser setup.

If this problem persists, please contact our support.