I have a flow where i define certain fields of certain item in my sharepoint list via variables in power automate before i then update the item one time instead of updating it everytime for the diffrent if clauses. Like this:


But in certain cases i want to clear the field so that its empty but if i put null i think it will just take the value it was before and not clear it. How can I solve this?