Skip to main content
loaia1955
September 18, 2023
Question

Deleting a project

  • September 18, 2023
  • 17 replies
  • 0 views

if(a!isNullOrEmpty(fv!row['recordType!AX Vehicle.fields.image'])
,a!EXAMPLE_DOCUMENT_IMAGE(),
fv!row['recordType!AX Vehicle.fields.image'])

Hello Appians
I 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?


17 replies

September 18, 2023

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.

loaia1955
loaia1955Author
September 18, 2023

Thank you for your response
How 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

September 18, 2023

Please include your code snippet to debug on this more