Share all details related to your problem, including any error messages you may have received.
Attempting to navigate to “Top left corner menu button > Manage Identity > Create Identity” causes this error to appear.
It is likely not an issue with the custom Form object, as we have another environment which has the same form configured for Create Identity, but it works in the other environment.
Are there any loggers we can enable in log4j2.properties to get a better look at the problem? 240314-Identity Create UI.xml (18.4 KB)
Whenever you work with Database, try to use try and catch block as best practice.
I have added couple of try catch block and tested, It’s working in my environment.
Please find my working version attached below - 240314-Identity Create UI.xml (19.3 KB)
We added some system.out.println to the form debug the values retrieved from DB, and the values were indeed shown. So it is likely not an issue related to querying to DB.