Hi Team ,
I am getting this error in the grid field
Could not display interface. Please check definition and inputs. Interface Definition: Expression evaluation error at function a!gridField [line 173]: A grid component [label="Search results"] has an invalid value for "columns". A grid column [label="Relationship Manager"] has encountered an error. Expression evaluation error at function 'like' [line 229]: A null parameter has been passed as parameter 1.
Discussion posts and replies are publicly visible
HI , It looks like you are passing null value in function like. Try to use index() before passing into like function or use a!isNullOrEmpty to apply null check.
Thanks the above solution is worked for me