Send an Email based on a calculated field

Crispino, Alexandra 20 Reputation points
2025-12-12T16:05:51.9966667+00:00

I am trying to create a Contract Tracker that will auto send notification emails when contracts are coming up on 90 days and 60 days. I have it set up as a calculated field. I am able to get the flow to run but it skips over sending the email.

User's image

Microsoft 365 and Office | Other
0 comments No comments
{count} votes

Answer accepted by question author
  1. Lucky 6,765 Reputation points Independent Advisor
    2025-12-12T17:00:56.32+00:00

    Hi Crispino Alexandra, I know how frustrating it is when you set up a flow that looks perfect but the email step just doesn’t fire it feels like you’ve done everything right and still hit a wall.

    Instead of relying on SharePoint calculated column calculate the days left inside your flow using dateDifference compare as numbers with int() keep the email action inside the True branch of the loop and optionally pre filter items by date for better performance.

    Which column holds your contract end date in the list, and when you ran the flow last what exact value did the dateDifference/Compose step return for one item you expected to email?

    Best regards

    Lucky


0 additional answers

Sort by: Most helpful

Your answer

Answers can be marked as 'Accepted' by the question author and 'Recommended' by moderators, which helps users know the answer solved the author's problem.