web
You’re offline. This is a read only version of the page.
close
Skip to main content
Community site session details

Community site session details

Session Id : L28tUKUjEoOyIyDWuPteQy
Power Automate - General Discussion
Answered

Flow failing (create SharePoint list) due to missing date in MS Forms

Like (0) ShareShare
ReportReport
Posted on 13 Sep 2021 06:50:06 by 10

Hello,

 

I have a flow that takes data submitted via a form, sends and email for approval, and adds the data to a Sharepoint list upon approval. 

The problem is that the flow is failing when no data is entered in the date field of the MS Form (via the date picker calendar). This date field is not mandatory, and does not always need to have an input.

 

When a date is entered in MS Form, the flow works fine. Is only when no date is entered that the flow fails.
I have made sure that it in the date column settings on MS List, the "Require that this column contains information" is marked as "No".
Your help is appreciated!

 

 

  • Verified answer
    annajhaveri Profile Picture
    8,531 Most Valuable Professional on 14 Sep 2021 at 09:31:23
    Re: Flow failing (create SharePoint list) due to missing date in MS Forms

    @CarolinaSanchez  you check the value of date field from form, if its blank then provide null value for date field in Create Item. You can use expression like below, just replace outputs('Compose') with your date field of form

    if(empty(outputs('Compose')),null,outputs('Compose'))

     

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.

Helpful resources

Quick Links

Announcing our 2025 Season 2 Super Users!

A new season of Super Users has arrived, and we are so grateful for…

Paul Stork – Community Spotlight

We are honored to recognize Paul Stork as our July 2025 Community…

Congratulations to the June Top 10 Community Leaders!

These are the community rock stars!

Leaderboard > Power Automate

#1
Michael E. Gernaey Profile Picture

Michael E. Gernaey 497 Super User 2025 Season 2

#2
David_MA Profile Picture

David_MA 436 Super User 2025 Season 2

#3
Riyaz_riz11 Profile Picture

Riyaz_riz11 244 Super User 2025 Season 2