I have date field in dataverse.
I want to set it to empty or null in power automate flow
How can I do this?
Hi @Shafdev ,
I just ran a test here by using this approach and it worked:
Just set 'null' as expression.
Let me know if it works for you or if you need any additional help!
-------------------------------------------------------------------------
If this is the answer for your question, please mark the post as Solved.
If this answer helps you in any way, please give it a like.
@Shafdev You should be able to use an expression to set the field:
if(empty([insert your date field here], null,[insert your date field here])
You can store the value in a Compose action. I'm using an Apply to Each action in my example below to return values from a list. The concept will be the same to return values from Dataverse. This is what my expression looks like:
if(empty(items('Apply_to_each')?['Date1']), null, items('Apply_to_each')?['Date1'])
Hope this helps!
stampcoin
91
Michael E. Gernaey
70
Super User 2025 Season 1
David_MA
48
Super User 2025 Season 1