Hi Everyone,
I have a list of person named Tag. When I click edit btn in power apps i saved it on a variable named varComments = ThisItem.Tag

On the DefaultSelectedItems of the combo box i put varComments.Tag.DisplayName

But when I patch I'm having a runtime-error.

This is my patch code for update

The error I found is that claims is not found on update. How to correct this?

when edit mode in combo box
