Expression evaluation error at function a!isNullOrEmpty parameter 1 ???null???: Invalid index: Cannot index property 'x' of type Text into type List of Variant.
This error is faced by user when opening record action. This is only faced by a specific user. when I open the same request, I am not getting this error. Also in design error log only highlights the process which calls the interface. This error looks very high level and not highlighting the object name clearly. Does anyone faced any similar kind of issue? Please let me know if there is way to debug this.
Discussion posts and replies are publicly visible
As its user specific, it seems to be a data error. To debug the cause of the error, I suggest the below
1. Focus on the property 'x'. Log into the related UI configured in the record action and replace any loggedInUser() with the username of user facing the issue temporarily in interface. Pass in the parameters as is expected to be passed from record action process to the interface. You should see the same error as the user.
2. Debug the UI by checking all the places 'x' is used. And user property(local!variant,"x",{}) wherever its referenced until you are able to find the exact cause/resolve the error.
Let me know how this goes