On the click of a button, we are populating values from the process model back to the interface. This is working perfectly for some users. But for some users, its throwing expression evaluation error even when the data is same in both cases. Could this be related to any permission or security issue?Update : This is occuring for users who only have access to site page.Thanks in advance
Discussion posts and replies are publicly visible
On the click of button, we will call external system to retrieve data and show it on our UI.
the data to populate in the dropdown?
yeah, we have provided proper null checks to avoid these, The problem is the same data is working properly for me but not working for users who have only site access.
Hi Sarathkumar R is the button click related to populate data for dropdown choice lables/ values?
thats also coming from the system. Its empty in both cases. When i am performing the action, its working fine
yes
so you mean the dropdown's data is empty in both cases but when you click on button it populates the data in dropdown in one case but not in another, right?
exactly.
then for the users you are trying to update the form is not populating req data in drop-down choice values
check if a null value(s) is coming from external system for the user, dropdown doesn't allow this.