We are facing a limitation in our Appointment Module related to the handling of page-level variables. We are using a page variable to select a resource, which filters the calendar report effectively and shows only that resource’s availability slots.
However, when we click on a slot to schedule an appointment (which opens a form), only the slot's time is passed. The selected resource (page variable) is not passed to the form, requiring manual re-selection by the user.
This breaks the user flow and introduces risk of data inconsistency.