Skip to main content
Community site session details

Community site session details

Session Id : xGLjZNhn7t0DxohuBfrm3b
Power Automate - Building Flows
Answered

SharePoint List – Limit approval to one time when modified

Like (0) ShareShare
ReportReport
Posted on 16 Apr 2021 14:40:12 by

Hi all,

 

Hope someone can guide me the right direction.

I want to limit approval to one time only, when specific field is marked as completed and if after some goes add additional detail, it does not start approval again.

Is this possible?

 

I have already setup approval flow for SharePoint list, on condition when specified field is changed to completed. This does work fine, my issue is that after it is marked as completed but needs to add more detail (when someone forgets), it would send approval request again that is not required for this situation.

Let me know if it's not clear and require more detail.

 

Thank you for your time.

  • JimmyW Profile Picture
    2,563 on 21 Apr 2021 at 19:40:13
    Re: SharePoint List – Limit approval to one time when modified

    @Anonymous 

    In my second image you can see Trigger conditions.

    My first trigger condition checks the column CaseCategory and it must be equal to Access request, if this is not true my flow will not run.

     

    This is where you can put your requirements for the first part.
    "My goal is that the flow only runs when that specific field is changed and the value is Done."
    So you would input the specific field that would be changed, I don't know what this can be changed to?
    You have two requirements if I understand it correctly.
    One is to not start the approval again if the Status column equals Done.
    Second requirement is not to run the flow if a certain column is not equal to something, what is this column name and type and what should it be equal to.

    First you would check if the certain column contains X, then it would check so Status column is not equal to done.

     

    The second is to stop it running if the Status column is equal to Done.

    @not(equals(triggerOutputs()=['body/Status/Value'], 'Done'))

     

  • Community Power Platform Member Profile Picture
    on 21 Apr 2021 at 11:58:59
    Re: SharePoint List – Limit approval to one time when modified

    Hi Jimmy,

     

    Thanks for your reply, I will try out today.

    Q: Is your column named "Status" and is it a choice column? Yes

     

    My goal is that the flow only runs when that specific field is changed and the value is Done.

    My challenge is that when someone would go back to the list after marked as Done and add additional detail and flow runs again because it has value 'Done', but it wan't changed it self.

     

    Is it better to setup a rule, that the flow runs only when the value is changed?

    If I would setup only two choices (In progress, Done) and when that value is changed it would trigger the flow (regardless what is the value).

    And if someone goes back to add extra detail, it would NOT run the flow, unless that field is changed it self.

    Does that make sense?

     

    Im not good at explaining clear enough in the first time i guess. Trying to find best solution for this flow.

     

    Thanks

  • Verified answer
    JimmyW Profile Picture
    2,563 on 19 Apr 2021 at 18:38:44
    Re: SharePoint List – Limit approval to one time when modified

    @Anonymous 

    Is your column named "Status" and is it a choice column?

    I believe you only need one of those set @not(equals(triggerOutputs()?['Status'], 'Done'))

     

    Whit the above it will not run if the Status is set as Done. It will run on all other options, if you only want to run it when it has no status at all then you need to use Null value or multiple not, i have not tried null value.

     

    You always run this when a item is created or modifed?
    Do you only want to run it once or multiple times later on?

     

    I just checked mine for an approval looks like this.
    Should work just changed to your column and status 🙂

     

    2021-04-19 21_05_06-Edit your flow _ Power Automate.png

     

     

     

     

  • fchopo Profile Picture
    7,972 Moderator on 19 Apr 2021 at 11:57:47
    Re: SharePoint List – Limit approval to one time when modified

    Hi @Anonymous 

    Therefore you should follow the @JimmyWork proposed solution.

    Regards.

  • Community Power Platform Member Profile Picture
    on 19 Apr 2021 at 11:44:56
    Re: SharePoint List – Limit approval to one time when modified

    Hi Jimmy,

     

    Thanks for your reply, tried to do this way, but nothing work for me now.

    If you have time for advise, I would appreciate.

     

    Column name is 'Status'

    Type, Choice: Done, In progress, Has issues.

     

    @equals(triggerOutputs()?['Status']?['value'],'Done')

    @not(equals(triggerOutputs()?['Status'], 'true'))

     

    Also to mention, trigger body not available from the Array drop-down, only trigger outputs, maybe something wrong with list.

     

    Norms_0-1618832565321.png

     

  • Community Power Platform Member Profile Picture
    on 19 Apr 2021 at 11:35:43
    Re: SharePoint List – Limit approval to one time when modified

    Hi Ferran,

     

    I tried to setup the flow pending status, which did work, but when go back to list edit something, it changes status back from Approved to pending and would trigger the approval again.

    Thanks

  • JimmyW Profile Picture
    2,563 on 16 Apr 2021 at 15:34:13
    Re: SharePoint List – Limit approval to one time when modified

    You can achieve this without adding new conditions, do it in the settings of the trigger. Add the condition there and the flow will only run if that columns name is not completed. Added image for example, you would need to edit it to fit your needs.

     

    2021-04-16 17_31_57-Edit your flow _ Power Automate.png

  • fchopo Profile Picture
    7,972 Moderator on 16 Apr 2021 at 15:16:36
    Re: SharePoint List – Limit approval to one time when modified

    Hi @Anonymous 

    You could add another condition based on the approval status column, for example.

    If status=completed and approval status=not initiated -> Start the flow

    If status=completed and approval status=pending -> Don't start the flow

     

    Hope it helps!

    Ferran

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

Announcing our 2025 Season 2 Super Users!

A new season of Super Users has arrived, and we are so grateful for…

Paul Stork – Community Spotlight

We are honored to recognize Paul Stork as our July 2025 Community…

Congratulations to the June Top 10 Community Leaders!

These are the community rock stars!

Leaderboard > Power Automate

#1
Michael E. Gernaey Profile Picture

Michael E. Gernaey 497 Super User 2025 Season 2

#2
David_MA Profile Picture

David_MA 436 Super User 2025 Season 2

#3
Riyaz_riz11 Profile Picture

Riyaz_riz11 244 Super User 2025 Season 2

Loading complete