Announcements
Hi,
I need help to get my flow to add the row to the Dataverse table if the Date needed is blank.
I was trying to use the expression in the other post: Solved: Date field throwing error if blank - Power Automat... - Power Platform Community (microsoft.com) But it is not working for me.
Expression:
if(equals(outputs('Get_response_details')?['body/r0f66e9d416b843ccbd244208313858e6'],"),null,outputs('Get_response_details')?['body/r0f66e9d416b843ccbd244208313858e6'])
@gfeldhake
try this
if(equals(outputs('Get_response_details')?['body/r0f66e9d416b843ccbd244208313858e6'],""), null, outputs('Get_response_details')?['body/r0f66e9d416b843ccbd244208313858e6'])
---------------------------------------------------------------------------If I have helped you with an answer, please accept this post as a solution and thumbs up my reply. Thanks !Blog - JonDoesFlowTwitter - JonDoesFlowYouTube - JonDoesFlow
That code is working; thank you.
Under review
Thank you for your reply! To ensure a great experience for everyone, your content is awaiting approval by our Community Managers. Please check back later.
Congratulations to our community stars!
Expanding mentorship, skilling, and AI innovation
These are the community rock stars!
Stay up to date on forum activity by subscribing.
David_MA 252 Super User 2026 Season 1
11manish 169
Haque 154