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
  • 0
    Certified Associate Developer

    I Solved this , issue , Actually this problem is coming due to incorrect guidance in the Activity Pdf , It's told to use recordtype! even when we are using rv! (which automatically refer our record type).

    Sharing before after -

    Removing highlighted value will resolve the issue  , Appian is expecting fields and we are passing recordtype .

    Right way is this : 

Reply
  • 0
    Certified Associate Developer

    I Solved this , issue , Actually this problem is coming due to incorrect guidance in the Activity Pdf , It's told to use recordtype! even when we are using rv! (which automatically refer our record type).

    Sharing before after -

    Removing highlighted value will resolve the issue  , Appian is expecting fields and we are passing recordtype .

    Right way is this : 

Children