I´m doing the Appian Developer Course, and in the Build an Application Step by Step part 5 I have this error, related to the Record Type:
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 52]: User Does Not Have Rights to Perform this Operation.
Can someone help me with this error?
Discussion posts and replies are publicly visible
hi miguelm137538 the user does not have access to:
Permissions on the record type (if you're using a Record field with images).
Permissions on the specific image (if the image is stored as part of a document folder).
You can check and adjust the permissions in the Security tab of the object, record type, or document.