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

Announcements

News and Announcements icon
Community site session details

Community site session details

Session Id :
Power Platform Community / Forums / Power Automate / RE; Help Needed with Flow
Power Automate
Unanswered

RE; Help Needed with Flow

(0) ShareShare
ReportReport
Posted on by 12

Hi guys

 

I am hoping somebody could help me.... I am trying to build a flow to assist with an ongoing monthly process that requires us to seek information from our client via an MS Form. Responses will then automatically be logged on our spreadsheet. What I am hoping to do is, at the end of each month, to automatically send a reminder to clients that have not completed the form. This is where I am coming unstuck.

 

My flow so far is attached.

 

I am fairly sure that everything between 'delay until' and 'send an email' is a bit of a mess, and honestly, I'm not sure what isn't working, but after testing it, I am not receiving any emails to remind me to complete the form.....

Any insights or help would be massively appreciated, so thanks in advance!

Ciarán

 

flow.PNG
Categories:
I have the same question (0)
  • Nived_Nambiar Profile Picture
    18,136 Super User 2026 Season 1 on at

    Hi @cmcmullan 

     

    May i know what you are trying using delay until and get tables and the condition part ?

    Nived_Nambiar_0-1680692626839.png

     

  • cmcmullan Profile Picture
    12 on at

    Hi @Nived_Nambiar 

     

    Thank you for responding! My plan was to pause the flow until a specific date and time, using the 'delay until' function, and then I want it to check my spreadsheet, specifically two columns, and for rows where they are empty, I would like for an email to be sent.

     

    Please let me know if you need more clarity on this. Thanks again for your help.

  • Nived_Nambiar Profile Picture
    18,136 Super User 2026 Season 1 on at

    Also could you share the condition, I hope that is the part where you are facing issue ?

  • cmcmullan Profile Picture
    12 on at

    Sure

    cmcmullan_0-1680693258790.png

     

  • Nived_Nambiar Profile Picture
    18,136 Super User 2026 Season 1 on at

    Ok @cmcmullan 

     

    But why are you comparing there , are they 2 columns ? 

    Is it the output from  get tables action ?

     

  • cmcmullan Profile Picture
    12 on at

    Yes, they are two different columns, and I want the email to be sent if either of them is blank.

     

    I have put the 'get tables' action after 'delay until' so that the flow can check which rows have a blank cell in the columns specified in the condition. The hope is that once these rows are identified, then the email will follow.

     

    I am unsure if the 'get tables' action is even needed.

  • cmcmullan Profile Picture
    12 on at

    On a basic level, this is what I am trying to achieve

    cmcmullan_1-1680694333669.png

     

     

  • Nived_Nambiar Profile Picture
    18,136 Super User 2026 Season 1 on at

    Yes you don't need to use get tables as its function is to retrive table list present in worksheet.

     

    Instead of that use list rows action 

    Nived_Nambiar_1-1680694898523.png

     

    then use filter query to check the columns are null or not 

    Nived_Nambiar_2-1680694924973.png

     

    expression: and(equals(item()?['A'], null),equals(item()?['B'], null))

     

    replace A and B (highlighted) with the column name

     

    Next use length in condition to check the output of filter array is zero or not

    Nived_Nambiar_3-1680695016279.png

     

    if the length is not equal to zero, it mean there is null values and you have to send email 🙂

  • Nived_Nambiar Profile Picture
    18,136 Super User 2026 Season 1 on at

    Yes you don't need to use get tables as its function is to retrive table list present in worksheet.

     

    Instead of list rows action 

    Nived_Nambiar_1-1680694898523.png

     

    then use filter query to check the columns are null or not 

    Nived_Nambiar_2-1680694924973.png

     

    expression: and(equals(item()?['A'], null),equals(item()?['B'], null))

     

    replace A and B (highlighted) with the column name

     

    Next use length in condition to check the output of filter array is zero or not

    Nived_Nambiar_3-1680695016279.png

     

    if the length is not equal to zero, it mean there is null values and you have to send email 🙂

  • Nived_Nambiar Profile Picture
    18,136 Super User 2026 Season 1 on at

    Hi @cmcmullan 

     

    Regarding this part of flow

    Nived_Nambiar_0-1680698402960.png

     

    Do you have any specific reason to keep flow like that till end of month?

     

    If not, could you try a scheduled flow to run every month end to check whether the data is empty or not and sent a reminder, that would be better instead of keeping flow pausing for a long time 🙂

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

Introducing the 2026 Season 1 community Super Users

Congratulations to our 2026 Super Users!

Kudos to our 2025 Community Spotlight Honorees

Congratulations to our 2025 community superstars!

Leaderboard > Power Automate

#1
Haque Profile Picture

Haque 58

#2
David_MA Profile Picture

David_MA 53 Super User 2026 Season 1

#3
Expiscornovus Profile Picture

Expiscornovus 36 Most Valuable Professional

Last 30 days Overall leaderboard