Skip to main content

Notifications

Community site session details

Community site session details

Session Id :
Power Automate - Using Flows
Answered

Sharepoint list update, odata and conditions. Flow says succeeded, but nothing is happening

(0) ShareShare
ReportReport
Posted on by 4

Dear community,

 

This is my first post. Hopefully you can help with the following flow that I have been trying to understand the past three days.

I have a flow that keeps returning status: succeeded, but thats it. The actions that I am after are not happening.

 

This is the idea:

- Flow runs every morning

- Variable of todays date

- Get items from share point. Here I make use of odata

Mirna_6-1614091606283.png

 

- Apply to each SP item and create a condition where I ask the flow to check if the startdate matches the date of today.

Mirna_7-1614091736274.png

- If so, create an item at column Mutatiedatum with todays date.

- Afterwards another nested apply to each, where I ask the flow to check whether Sharepoint column Mutatietype matches the choice 'Start' in this example.

Mirna_8-1614092042639.png

- If so, then I ask the flow to send an email and post a message in Teams.

 

This flow works, howover no changes are done in SP, no emails are sent and no posts are posted in Teams.

 

I have no idea, but it seems that I am missing some imortant steps, however I don't seem to figure it out.

 

 

Mirna_4-1614090988044.png

Above example that the flow succeeds, however on the apply to each there is no false or true, which makes it confusing for me.

 

Below an example of the entire flow. Hopefully someone can help out.

 

Mirna_1-1614090507564.png

 

Mirna_2-1614090717990.png

image.png

 

Thanks!

  • Mirna Profile Picture
    4 on at
    Re: Sharepoint list update, odata and conditions. Flow says succeeded, but nothing is happening

    Hi @Expiscornovus ,

     

    Thank you for your message and apologies for the delay. I thought that my message did not came through.

    The issue was related to the date. I used your solution, however I wanted to use CET (Central Europe time), so looked as follow.

    convertFromUtc(utcNow(),'W. Europe Standard Time','yyyy-MM-dd')
     
    Furthermore I made a change to the date format in Sharepoint.
     
    Thank you.
     
    Last I removed the brackets on the odata filter.
  • Verified answer
    Expiscornovus Profile Picture
    31,643 Most Valuable Professional on at
    Re: Sharepoint list update, odata and conditions. Flow says succeeded, but nothing is happening

    Hi @Mirna,

     

    I have a couple of questions

    - How is your StartDatum field configured, is it datetime or only date?

    - And do you get any output results in your Get Items Mutatie action in your flow run, is that action empty?

     

    My guess would be that it is probably something with the filter query of the Get Items.

     

    Can you try this approach for your filter query of the Get Items?

    1. Use the UTCNow function in your TodayDate and use the format which resembles your StartDatum column. My guess would be yyyy-MM-dd

     

    datetodayvariable.png

     

    2. Can you remove the round brackets. I don't believe those are needed in the filter query

    StartDatum eq '@{variables('DateToday')}'

    curlybrackets.png

     

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

Understanding Microsoft Agents - Introductory Session

Confused about how agents work across the Microsoft ecosystem? Register today!

Markus Franz – Community Spotlight

We are honored to recognize Markus Franz as our April 2025 Community…

Kudos to the March Top 10 Community Stars!

Thanks for all your good work in the Community!

Leaderboard

#1
WarrenBelz Profile Picture

WarrenBelz 146,668 Most Valuable Professional

#2
RandyHayes Profile Picture

RandyHayes 76,287 Super User 2024 Season 1

#3
Pstork1 Profile Picture

Pstork1 66,004 Most Valuable Professional

Leaderboard

Featured topics

Restore a deleted flow