What problem are you observing?
Starting Friday 1/12/2024, we have started receiving the following error messages on form dropdown where we have the required validation set:
“validation type ‘DATA_SOURCE’ errored: validation type ‘REQUIRED’ errored: cannot be blank. validation type ‘REQUIRED’ errored: cannot be blank”
What is the correct behavior?
The correct behavior is the error should not be present because the dropdown selection is made and therefore is not blank. That value then should be passed back to the workflow in the form data.
What product feature is this related to?
This is related to the IdentityNow Form generated but Workflows. Using the select field on the form with the options being static.
What are the steps to reproduce the issue?
Have a form with the select field type then for the dropdown options to be static with options provided. Also mark this field as required so that error can be seen. Because when this is not required it will just submit a blank value even after a selection is made.
Do you have any other information about your environment that may help?
Was testing using edge and chrome browsers.