Announcements
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')
📩 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!
@equals(triggerBody()?['Createaevent'], true)
coalesce(triggerOutputs()?['body/Beginning'], 'default-date')
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.
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.
Jump in, show your community spirit, and win prizes!
Expanding mentorship, skilling, and AI innovation
These are the community rock stars!
Stay up to date on forum activity by subscribing.
Valantis 377
11manish 279
David_MA 234 Super User 2026 Season 1