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

Announcements

News and Announcements icon
Community site session details

Community site session details

Session Id :
Power Platform Community / Forums / Power Automate / Outlook and sharepoint
Power Automate
Suggested Answer

Outlook and sharepoint

(1) ShareShare
ReportReport
Posted on by 8
Hi, I want to create a event starting from a Microsoft list. in my list, I have 3 things. Beginning (datetime), end (datetime) and create a event (yes or no). My trigger is if create a event is yes => create a event using start and ending time. But I have always the same error. I have a null but there is no empty cell. I add a delay but nothing change 
I have the same question (0)
  • Suggested answer
    AK-23050826-0 Profile Picture
    8 on at
  • Suggested answer
    Kalathiya Profile Picture
    2,456 Super User 2026 Season 1 on at
    Hello @YR-16100643-0

    Yes, sometimes this happens even though the value exists. We are still not able to get that column value directly from the trigger itself. I have faced a similar kind of issue before.

    What you can do is add a "Get Item" action, pass the ID from the trigger, and retrieve the current record using "Get Item". Then use the date column value from the "Get Item" action instead of directly from the trigger, and try it.

    Start Date Expression: 

    formatDateTime(outputs('Get_item')?['body/Beginning'],'yyyy-MM-ddTHH:mm:ss')
    

    End Date Expression:

    formatDateTime(outputs('Get_item')?['body/End'],'yyyy-MM-ddTHH:mm:ss')
    Note: Please update the expression as per your action name and column name. 
     
    If you are still facing any issue, Please send the error screen shot.
     
    If this response resolves your issue, please mark it as the Verified Answer so it can help other community members as well.
    ---------------------------------------------------------------------------------

    📩 Need more help? Just mention @Kalathiya and I’ll be happy to assist.

    ✔️ If this answer helped you, please tick “Does this answer your question?” so it can be marked as the Verified Answer.

    💛 A Like always motivates me to keep contributing!

    ​​​​​​​
  • Suggested answer
    Haque Profile Picture
    3,653 on at
    Hi @YR-16100643-0,
     
    The "null" error you’re seeing when creating an event from your Microsoft List in Power Automate, despite no empty cells, is commonly caused by how the flow reads or interprets the date/time fields or the "Create a event" Yes/No field.
     
     
    Kalathiya - has explained well for the date part, beside that I have something to share:
     
     
    How do we consider Yes/No: Let's consider to validate the Yes/No field condition - we need to ensure the condition to check if "Create a event" is Yes is correctly configured. The Yes/No field returns a boolean (true or false), so your condition should check for true rather than a string "Yes". We need to make sure if true/false is really true/false.
     
    @equals(triggerBody()?['Createaevent'], true)
    
     
    Handle Nulls in Expressions: In the Create Event action, let's use expressions like coalesce(triggerOutputs()?['body/Beginning'], 'default-date') to provide fallback values if the date is unexpectedly null. This prevents the flow from failing due to null values.
     

    Are we using delay with justification? Adding a delay usually doesn’t fix null value issues unless the data is being updated asynchronously elsewhere. Let's focus on verifying the actual data received by the flow.

     
    NOTE:  Let's not forget to check Field internal names - sometimes the display name differs from the internal field name used in the flow. Let's Use the "Peek code" or dynamic content to confirm you are referencing the correct internal field names for Beginning, End, and Create a event.
     

    I am sure some clues I tried to give. If these clues help to resolve the issue brought you by here, please don't forget to check the box Does this answer your question? At the same time, I am pretty sure you have liked the response!
     
     
  • YR-16100643-0 Profile Picture
    8 on at
    Thanks.
     
    Sorry but I have this issue. I have on my microsft list. 3 items : 
     
    > "Reserver du temps" : Yes or no. => Create an event
    > Debut_Working : Datetime for the start of my event
    > Fin_working : Datetime for the end of my event.
     
    Thanks for your Help
     
     
     
     

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

Season of Sharing Community Challenge Launch!

Jump in, show your community spirit, and win prizes!

Kudos to our 2025 Community Spotlight Honorees

Expanding mentorship, skilling, and AI innovation

Congratulations to the May Top 10 Community Leaders!

These are the community rock stars!

Leaderboard > Power Automate

#1
Valantis Profile Picture

Valantis 377

#2
11manish Profile Picture

11manish 279

#3
David_MA Profile Picture

David_MA 234 Super User 2026 Season 1

Last 30 days Overall leaderboard