There is no way to change the default value defined in your model on the fly, but there are other ways of achieving what you want. Define a new entity to store the value(s) you want set to the field.
Then, for your main object, if you replace the standard 'New' button on your datagrid with a microflow button called New, you can do whatever you want before you create the new record, like -
Hope this helps