I have an app with a form that requires a user to input a time within a data card that is sent to an excel sheet. I am using three dropdowns (hour, minute, am/pm) whose output is consolidated into a text input. The text input is the update property of the data card and is what the form extracts the time from. The issue I am having is that the drop downs reset after I submit the form and view it in a gallery. I am currently using an update context, UpdateContext({varHour: DropDown_Hours.Selected.Value}), in the OnSelect field and the varHours populates the Default field of the dropdown. If anyone knows how to make it so the dropdowns do not reset that would be very much appreciated!

Report
All responses (
Answers (