Just an update, I am hoping someone can help me out. I need to add an additional condition to this formula, we have another "seat" that needs to be added to the monday/friday listing. I tried the following:
Filter(Choices([@HybridReservations].Workspace),If(!(Weekday(hybriddate1.SelectedDate) in [2,6]),Text(Value)<>"Front desk, room 430, PC (no docking station)",Text(Value)<>"430 #1",true))
This did not work, how can I add an OR statement into the original equation? Or at least add another condition, I thought I had the structure down based off another post in the community but it doesnt seem to work when I run the app.