Spaces are not being filtered by floorIssue When selecting the catalog item “Reserve a Shift and Space for a Day”, spaces from all floors are available to select.CauseWhen 'Area' variable is not used, the reference qualifier for 'Space' variable needs to be updated.ResolutionThis is related to the configuration of removing or not using the 'Area' variable. In this scenario, the reference qualifier needs to be updated on the 'Space' variable: Out of box code if(current.variables.area != '') Change to if(current.variables.area)