Im encountering this error on this step
After the last step error still existsTIA
Discussion posts and replies are publicly visible
Could you please paste here the code you are using?
I guess you are passing the null value against a!imgaeField. You must pass a valid appian document Id.
Appian treats images as documents. So you need to have a way to refer a document to pass it in the image component. Now in the exercise you are doing, images will be referred to by their IDs. And it looks like either you haven't configured it correctly or you don't have a document/image ID for that particular vehicle.
You will need to add a document ID it the corresponding row in the DB and then sync the respective record to have it visible.
From the image uploaded i can see you haven't completed the step 8 ->point 1 (Click test , and enter .................)
I can't see any data queried into your vehicle rule input and that's why you are getting error