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

Notifications

Announcements

Community site session details

Community site session details

Session Id :
Power Platform Community / Forums / Power Automate / Send email update with...
Power Automate
Answered

Send email update with changes to Sharepoint Column in the last 24 hours.

(0) ShareShare
ReportReport
Posted on by 13

Hi all,

 

I want to create a flow that sends out a daily email listing all the items on a Sharepoint list where a column has been changed to a specific value, instead of an instant email at column change. 

I have set up the flow to run daily, and on the "Get Items" I have set a filter to get items changed/created in the last 24 hours. My idea is to loop through the returned items, get the ones only where the column "Priority" has changed to "High" and build an HTML table to send via email.

 

I keep getting an error "sinceInput not specified clientRequestId:" at "Get changes for an item or file" and I don't understand why... 

 

 

AR78_2-1702392962800.png

 

AR78_5-1702396333858.png

 

Any help would be highly appreciated.

Thanks

Alex

 

 

Categories:
I have the same question (0)
  • AR78 Profile Picture
    13 on at

    Although the Since token is not passed by the trigger, I have managed to create a date string calculated as the day before and it's now working, thanks! 

  • rockyrocky Profile Picture
    4 on at

    It looks like the token is not being passed from the error. Double check what is in the input. Since takes a

    Here's a useful article: How to 'Get changes...based on date and[community]time in Power Automate (tomriha.com)

    Have you reviewed the input to ensure the token is correctly passed, and have you considered the suggestions in the article on "How to 'Get changes...' based on date and time in Power Automate" for resolving the issue?

     

     

  • Verified answer
    jiwhite Profile Picture
    498 on at

    It looks like the token is not being passed from the error. Double check what is in the input. Since takes a date as well. Try putting in utcNow() adjusted for your time zone and formatted as required. This also works for me:

     

    jiwhite_1-1702571356324.png

    This gets changes from 1 day ago in my time zone, UTC-7.

     

    formatDateTime(addDays(addHours(utcNow(),-7),-1),'yyyy-MM-ddTHH:mm:ssZ')

     

    Here's a useful article: How to 'Get changes...' based on date and time in Power Automate (tomriha.com)

  • jiwhite Profile Picture
    498 on at

    @ScottShearer 

    What do you mean by not meaningful data in the Since field?  The version number to get changes since in that case is the first version, which is why the number 1 is in the field. Feel free to test it out with your own flow.

    jiwhite_0-1702570458095.png

     

  • AR78 Profile Picture
    13 on at

    Thanks for your help, however reading more carefully it does look "since" could be either a Version (like you're suggesting) or a "Trigger Window start Token".

    This token express the time of the last flow check, which is what I am after because my intention is to send out an email on what has changed since the last flow ran.

    If I use the version, I may send out the same email multiple time because I don't have a way to control if the update has been sent out or not already. 

    AR78_0-1702549307253.png

     

  • jiwhite Profile Picture
    498 on at

    This error indicates that there is a problem with the input in Since.  It looks like you tried to pass the version from the trigger.  The version in the trigger is a string, but Since requires an integer, so the input was malformed.  If you put the current version in Since, even as an integer, it shouldn't return any changes because there are no changes between the current version and the current version. Change the version to an integer then subtract at least one to get any changes. If the version is 1, all of the data is new.

  • jiwhite Profile Picture
    498 on at

    The Since field requires an integer for the version number.  It works as designed. There is no more meaningful data.  I could put in a variable as I did above, but I was just demonstrating that the trigger is irrelevant.

  • ScottShearer Profile Picture
    25,270 Most Valuable Professional on at

    @jiwhite 

    You are correct but that do you much good without meaningful data in the Since field.  If you can make it work in a meaningful way, I will stand corrected.

  • jiwhite Profile Picture
    498 on at

    No, I was able to get changes using a manual trigger. The When an item or file is modified trigger is not required.

    jiwhite_0-1702488144883.png

     

  • ScottShearer Profile Picture
    25,270 Most Valuable Professional on at

    @AR78 

    I learned something in researching your issue.  My understanding is that the Get Changes action will not work unless it is used in conjunction with a When an item or file is modified action.

    My understanding is that the Get Changes action will not work unless it is used in conjunction with a When an item or file is modified action.  See this post.

     

     

     

     

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

Forum hierarchy changes are complete!

In our never-ending quest to improve we are simplifying the forum hierarchy…

Ajay Kumar Gannamaneni – Community Spotlight

We are honored to recognize Ajay Kumar Gannamaneni as our Community Spotlight for December…

Leaderboard > Power Automate

#1
David_MA Profile Picture

David_MA 258 Super User 2025 Season 2

#2
trice602 Profile Picture

trice602 205 Super User 2025 Season 2

#3
Expiscornovus Profile Picture

Expiscornovus 204 Most Valuable Professional

Last 30 days Overall leaderboard