Skip to main content

Notifications

Community site session details

Community site session details

Session Id :
Power Automate - Using Flows
Answered

Compare person column and create by column in SharePoint online list

(0) ShareShare
ReportReport
Posted on by 13

Is it possible to create a column (number) add +1 to the last entry from that same person after Compare person column and create by column in SharePoint online list . 

 

Thanks peter. 

  • Verified answer
    v-litu-msft Profile Picture
    on at
    Re: Compare person column and create by column in SharePoint online list

    Hi @ade1,

     

    Yes, you could approach that following these steps:

    1. Create trigger when an item is created;

    2. Get items;

    3. Add Filter array, filter out person column emails equals to trigger's;

    4. Initialize a variable and store the last entity number value;

    int(body('Filter_array')[1]['Number'])

    5. Add 1 based on the number and store it in the variable:

    add(variables('LastEntryNumberValue'),1)

    Screenshot 2021-03-16 152743.jpg

     

    Screenshot 2021-03-16 152801.jpg

     

    Best Regards,
    Community Support Team _ Lin Tu
    If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.

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

🌸 Community Spring Festival 2025 Challenge 🌸

WIN Power Platform Community Conference 2025 tickets!

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,635 Most Valuable Professional

#2
RandyHayes Profile Picture

RandyHayes 76,287 Super User 2024 Season 1

#3
Pstork1 Profile Picture

Pstork1 65,997 Most Valuable Professional

Leaderboard

Featured topics

Restore a deleted flow