if(a!isNullOrEmpty(fv!row['recordType!AX Vehicle.fields.image']) ,a!EXAMPLE_DOCUMENT_IMAGE(), fv!row['recordType!AX Vehicle.fields.image'])
Hello AppiansI am new to Appian and following the Appian developer learning path I faced an error in "write a maintenance record" of the process model, tried to solve it but in the end, I deleted the project and started a new one and now I am facing this error
"Error Evaluating UI Expression Expression evaluation error at function a!gridField [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]: Invalid Content ID"
this error shows up once I add a new Document Image column in the list of the vehicle record type and for some reason, the Acme Auto Solution Application already built has the same error So I guess the problem is not from the expression or the record type Can anyone please help?
Discussion posts and replies are publicly visible
If you are using Document Image, Please check whether the document you are passing as parameter exists in the system.
Insert code snippet if it doesn't resolve your issue.
Thank you for your responseHow can I check?The image attribute of the Vehicle record type already has a value it was working before deleting the project I think it is a dependencies Issue
Please include your code snippet to debug on this more
if(a!isNullOrEmpty(fv!row['recordType!AX Vehicle.fields.image']), a!EXAMPLE_DOCUMENT_IMAGE(), fv!row['recordType!AX Vehicle.fields.image'])
Hey,At least share the grid snip in which you are using the image field.
Hey Thank you for your response
I need to set an image in the image columnbut I am facing an error