Hi guys
I am updating a SharePoint list item, including updating a Person field. See Subject Matter Expert and Business Approver in screenshot below.

The issue is that sometimes there is no Subject Matter Expert or Business Approver. If that happens the flow will fail and complain that the blank user could not be found.
{
"status": 400,
"message": "The specified user could not be found"
}
I can check if the value for SME or Business Approver is empty but I don't know how to stop it from updating it with an empty string.
Any suggestions are welcome.
Thank you