editable grid missing ids

Hi,

Please can any one help me regarding missing id-s.

I am using editable grid and after select a value from component pickerFieldRecords the id is not saved into local variable. What I am doing wrong?

Here is a code:

Thank you.

Local variable

  Discussion posts and replies are publicly visible

Parents Reply
  • Hi there,

    It looks like you are trying to save the value in fv!item.travelMode.display, because of which the fv!item.travelMode.id is not getting updated. But when I tried the same implementation on my Appian environment, the component is saving the primary key of the record selected, unlike your case where the label is getting saved. 

    Can you please add a screenshot of the 'Travel Mode' record for me to see if you have a primary key there?

Children