I would highly appreciate your advice regarding my UiPath code problem.
Here is my input dialogue box and i want to add exception such that when user didn’t choose any value or close the input dialogue box it will throw error and ask this message till the user doesn’t select any value…
how can i achieve this
thankyou or your response
what is want is-
1.user should select any value
2.value then pass onto the variable
3. if user closes the input box or select [OK] without selecting any value, it needs to throw an error, error should be visible to user(to select any value or any system built)
4. continuously pop the input dialogue until the correct value gets selected by the user.