Hello,
I'm trying to implement a "Get confirmation from user" action on a static drop-down list populated with three static values (empty value allowed). Whenever the user changes the DDL value, a confirmation message dialog shows to the user with "Ok" or "Cancel" options. When the user validates, everything works fine, but the issue is when I hit "Cancel". As the message dialog shows on "When View Control is Changed" event, the new value is set behind the message even before hitting "Ok", so even if I decide to hit "Cancel", it doesn't go back and keep the initial value, but it instead keeps the new one.
Has anyone faced this problem? Any help would be appreciated
Thank you,
Amine