Hi there Appian community. I basically completed the step by step #5 however, when clicking view record list I have been receiving this pop-up error message. Any advice on how I can fix the filter expression so it is able to evaluate properly?
Discussion posts and replies are publicly visible
I can see you typed the make field name directly; instead, you have to select the record reference field using dot notation and then select make.use recordType!W2900_Vehicle.fields.make instead of recordType!W2900_Vehicle.make; the .fields segment is required in the notation for these contexts
I fixed it to be: recordType!W2900_Vehicle.fields.make instead of recordType!W2900_Vehicle.make. However, now when I click view record list I am receiving this error message:
The Requested Record Type Is Not Available Expression evaluation error [evaluation ID = 8GDV6] at function a!recordList: 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!isNullOrEmpty parameter 1 [line 59]: Invalid index fields (APNX-1-4198-000)
Buenas Emily, chequea a ver si estas cometiendo el mismo error en algun otro lugar, concretamente dentro la columna Image en la parte donde configuras el recordList.
Si no es eso, y estas accediendo bien, mira a ver si tienes un valor nulo en esa columna
¡Muchas gracias, funcionó :)
Perfecto, puedes validar la respuesta por favor?