Expression evaluation error : Invalid index: Cannot index property 'fields' of type Text into type RecordType (APNX-1-4291-001)

Certified Associate Developer

I'm getting this error after completing Exercise 5_Records Part 1 in the Appian Developer learning path. I reviewed the steps, and I still don't know what's causing it. Can anybody tell me what's causing this and how to resolve it?

  Discussion posts and replies are publicly visible

Parents Reply
  • As someone who just did this, it's not a syntax error... well kind of. Make sure your expressions -- especially in your Views & Headers, under Record Title -- have absolutely correct syntax. Your dot notation should transform into something cleaner. Your "Here are a few screen snips" comment on here shows exactly that. See how your "AX Vehicle.vehicleYear" dot notation isn't just raw text? It's transformed into autosuggested text.

    That's what you need, and that was what my problem was. 

Children
No Data