In a hotel reservation application, a form displays a list of hotels with available rooms based on thecheck-in and check-out dates entered by users. How do you configure the form to refresh the hotel list whenever the check-in or check-out date changes?
Select an option, then click Submit answer.
-
○
Display the hotel in an embedded section with a visible when condition.
-
○
Configure edit validates on the date fields to refresh the section when the date values change.
-
○
Configure action sets on the date fields to refresh the section when the date values change.
-
○
Configure an action set on the hotel list display to refresh the section when the hotel list changes.