yes it is what I do (I think and if I understand) :
Here my id for status field :
fields&database_id=2&do=form&id=13
the number id is 13
So, in RecordRow template, I have 2 line to change, correct ?
This line appear twice in the template, I just remplace your ID by my ID :
{{if $row->fieldValues()['field_13'] == '4'}}
It's good ? Because no work when I go on the feature plan :
Just the status not appear, the rest work fine.