I need to empty this field however i can't let the Populate activity empty so how can i do this?

I need to empty this field however i can't let the Populate activity empty so how can i do this?
In Power Automate Desktop empty value is represented like this: %''%
So empty single quotes with percent signs around them
Or in Power Fx enabled flow: =Blank()