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

Notifications

Announcements

Community site session details

Community site session details

Session Id :
Power Platform Community / Forums / Power Automate / Flow to mirror SharePo...
Power Automate
Answered

Flow to mirror SharePoint list in a data verse table ahead of full migration

(0) ShareShare
ReportReport
Posted on by 11

Hi, 

I have a PowerApps that runs on SharePoint. I am currently building an alternative app, which runs on Data verse. I have already migrated the data from SharePoint to data verse. I did this through a csv import. 

 

My flow works when a new item is created, but I am struggling with when the item is updated. 

HBMWP_0-1712400448310.png

 

I get the following error for when it runs on the 'no', when modified, branch - 

HBMWP_1-1712400512292.png

 




Categories:
I have the same question (0)
  • Manish Solanki Profile Picture
    15,099 Super User 2025 Season 2 on at

    Hi @HBMWP 

     

    Pls select unique identifier for each entity instance and pass it to row id parameter as shown below:

    ManishSolanki_0-1712500171919.png

     

     

    If this helps & solves your problem, please remember to give a 👍 and accept my solution as it will help others in the future.

     

  • HBMWP Profile Picture
    11 on at

    @ManishSolanki  Thanks for replying. 

    The flow is going through, but it is creating a new row each time, not updating. 

    HBMWP_0-1713015400987.png

     

    The primary name is the sharpeoint ID, so you can see it creating not updating here :

    HBMWP_1-1713015442589.png

     




  • Manish Solanki Profile Picture
    15,099 Super User 2025 Season 2 on at

    Hi @HBMWP 

     

    Have you added "Add row" action in the "Yes" block? In that case, I think the condition always evaluates to true which creates a new row in the table and flow never executes the "No" block to update row in table. You can verify this by checking the flow run history.

     

    I think condition for comparing created & modified date is not reliable, so we need to find an alternative.

     

     

    If this helps & solves your problem, please remember to give a 👍 and accept my solution as it will help others in the future.

     

  • HBMWP Profile Picture
    11 on at

    @ManishSolanki thanks for getting back to me. 

    Yes, and I think the problem is that I normally edit on the same day that I create. The app, which is built on the SP list, checks/adds to data entry from AI Builder. 

    This is the rest of the flow. 

    HBMWP_0-1713260862377.png

     




  • Verified answer
    Manish Solanki Profile Picture
    15,099 Super User 2025 Season 2 on at

    Hi @HBMWP 

     

    To compare only date part of the dates, we can use expression with formatDateTime() function. You need to write an expression for both created & modified column or field in condition action as shown below:

    ManishSolanki_0-1713261821583.png

     

    Expression used for created (left side):

    formatDateTime(triggerOutputs()?['body/Created'],'yyyy-MM-dd')

     

    Expression used for modified (right side):

    formatDateTime(triggerOutputs()?['body/Modified'],'yyyy-MM-dd')

     

     

     

    If this helps & solves your problem, please remember to give a 👍 and accept my solution as it will help others in the future.

     

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 398 Super User 2025 Season 2

#2
David_MA Profile Picture

David_MA 323 Super User 2025 Season 2

#3
Expiscornovus Profile Picture

Expiscornovus 183 Most Valuable Professional

Last 30 days Overall leaderboard