Help with evaluating a filter expression: Make user filter expression for record type W2900 Vehicle failed to evaluate

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

Parents
  • 0
    Certified Lead Developer

    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)

Reply
  • 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)

Children