I have a multi-select option field in Dynamics 365 that needs to be cleared out after a Flow runs. It is really just a temporary field to create other related records.
I've tried adding the null function to the field on the entity:

This just makes the Flow fail with "Bad Request" and talks about how that doesn't match any of the option set values.
I've tried adding the false function to the field on the entity:

This just makes the Flow fail with "Bad Gateway".
Any other suggestions?