Forum Discussion

marko111's avatar
marko111
Copper Contributor
Nov 19, 2024

ActionConditionFailed - skipped: there are no items to repeat

Hi all,

I'm trying to set up an automatic reminder flow but I keep getting this error. It's skipping as there are no items to repeat even though I have several lines (rows) of information from the List.

For context, the flow gets information from a SharePoint List. 

 

ActionConditionFailed
The execution of template action 'Send_an_email_(V2)_1' is skipped: there are no items to repeat.

 

 

  • Rob_Elliott's avatar
    Rob_Elliott
    Bronze Contributor

    What results is the get items action showing from the flow run? Have you added a filter query to the get items?

    • marko111's avatar
      marko111
      Copper Contributor

      Yes, I've added a filter for the Due Date eq 'Substring'. My Substring is this:

       The Get items output is this:

       

  • Rob_Elliott's avatar
    Rob_Elliott
    Bronze Contributor

    Your screenshot shows that the get items action is not returning any items. If there should be items returned then you've got an error in the filter query.  You don't want to be using a text function for the due date. Instead you need to add an expression in a Compose action (which you appeared to have in your first screenshot) with an addDays() expression and using the outputs of that in the get items.

    Rob
    Los Gallardos
    Microsoft Power Automate Community Super User.
    Principal Consultant, SharePoint and Power Platform WSP Global (and classic 1967 Morris Traveller driver)

Resources