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
Hi Sarathkumar R could you share snap shot of error for better understanding of the issue
Hi Sarathkumar R,
Check whether you are passing the correct data to the interface . Sometimes it may be related to security issue as well depends on the data that you are getting from record then the user should have atleast viewer permission to access the data.
It will be helpful if you keep the error message in the chat for better understanding
Screenshots would be helpful here.
yes it could be related to security issue.
Looks like whatever you're using to populate the choiceValues for your dropdown is empty.
We have provided proper null checks for the field. For the same data, when I am clicking on button, interface is loading properly. But when its some other user, its throwing the error which i have attached. The data is not coming from any record. Its coming from an external system and we are parsing it and showing it in our UI
what's that button doing ?