Hi
I have a form with multiple combo boxes in that all work fine, however there is one specific combobox called cmb_ikc_assignedP1 that keeps becoming blank when I change another item in the form and then press the submitform button.
I have tried multiple workarounds but with no luck, below is my current formulas for this combo.
DefaultSelectedItems - [Parent.Default]
Items - Filter(LOGSTABLE,
Parent_ID = var_Ref && Change_Type = "Approved" && (User_Role = "Audit Team" || User_Role = "Audit Director" || User_Role = "Audit Owner" || User_Role = "Audit Lead" || User_Role = "Other")).User_Email
Update of the card - cmb_ikc_assignedP1.Selected.User_Email
The reason that is the items for the combo is because it populates based on users in that table that are listed under this Reference (Parent_ID = var_Ref)
Any help would be appreciated.