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

Announcements

Community site session details

Community site session details

Session Id :
Power Platform Community / Forums / Power Automate / Update Sharepoint List...
Power Automate
Answered

Update Sharepoint List by Flow or PowerApps ?

(0) ShareShare
ReportReport
Posted on by 216

Hi all, 

 

I'm developing a simple solution to the users, allowing them to define tasks by day by month, replicate repetitive tasks to another month, update the time spent. Now, I'm using PowerApps to define tasks, and let users to update the time spent on a specific task. The records are stored in Sharepoint List with the following fields:

1. Title (task title) --- Text

2. Assigned To (the leader assigns a task to a member) --- Person / Group

3. Expected Time Spent --- Date/Time

4. Actual TIme Spent --- Date/Time

5. Completed ? {Yes | No} --- Yes/No

6. Recurrence ? {Daily | Weekly | Monthly} --- Text

 

I can't find any reference by using PowerApps to create multiple List records (if recurrence is checked). So I planned to use Flow to trigger an action when Recurrence contains value. 

 

Any advice / any experience / any idea to share ? 

 

Much thanks!

Gavin

 

 

Categories:
I have the same question (0)
  • RezaDorrani Profile Picture
    12,143 on at

    Hi @gavinleung 

     

    In order to create multiple items using PowerApps, you can use the ForAll and Patch function to add/update items based on a collection

     

    You can also use Flow to achieve the same

     

    Regards,

    Reza Dorrani

     

    If this post helps, then please consider Accept it as the solution to help the other members find it more quickly

  • v-bacao-msft Profile Picture
    on at

     

    Hi @gavinleung ,

     

    Do you mean that the specified action is executed when Recurrence field is empty from the value contained?

    You could refer to the methods mentioned in this blog to monitor whether the specified field values have changed as expected.

    https://powerusers.microsoft.com/t5/Microsoft-Flow-Community-Blog/Check-for-a-Change-in-a-SharePoint-List-Column-Value/bc-p/248270#M503

    For example, I have a field named Recurrence in List2, the type is single line of text. 

    Expression reference:

    Current version

    body('Send_an_HTTP_request_to_SharePoint')['d']['results'][0]['Recurrence']

    Previous version

    body('Send_an_HTTP_request_to_SharePoint')['d']['results'][1]['Recurrence']

    Image reference:

    72.PNG73.PNG

    Hope it helps.

     

    Best Regards,

  • gavinleung Profile Picture
    216 on at

    Thanks @v-bacao-msft . 

     

    What I want to achieve is that when the "Recurrence" field is having value, then trigger an action to :

    1. create a new list record

    2. the "Assignment Date" is to add some days (weekly = 7) of the original record

     

    cap1.png

  • Verified answer
    v-bacao-msft Profile Picture
    on at

     

    Hi @gavinleung ,

     

    You could use Switch to do different configurations for different Recurrence values.

    Use addDays() function to add some days to Assignment Date.

    Expression reference:

    addDays(triggerBody()?['AssignmentDate'],7)

    Image reference:

    91.PNG

     

    Best Regards,

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

Forum hierarchy changes are complete!

In our never-ending quest to improve we are simplifying the forum hierarchy…

Kudos to our 2025 Community Spotlight Honorees

Congratulations to our 2025 community superstars!

Leaderboard > Power Automate

#1
trice602 Profile Picture

trice602 237 Super User 2026 Season 1

#2
David_MA Profile Picture

David_MA 176 Super User 2026 Season 1

#3
Power Platform 1919 Profile Picture

Power Platform 1919 96 Super User 2026 Season 1

Last 30 days Overall leaderboard