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
Expression evaluation error at function a!gridField_23r3 [line 51]: A grid component [label="null"] has an invalid value for "columns". A grid column [label="Image"] has encountered an error. Expression evaluation error at function a!imageField [line 51]: The image at index 1 in an image gallery component [label=""] has an invalid value for "document". "document" must not be null.Im getting this error in the step-by-step tutorial