Skip to main content

Notifications

Community site session details

Community site session details

Session Id :
Power Apps - Microsoft Dataverse
Answered

Adding Dataverse connection has broken the App already working on SharePoint

(0) ShareShare
ReportReport
Posted on by

Hi Community, @Amik ,

 

I had built an app to collect form entries and post them to SharePoint. It all worked until the need arose to leverage the functionality by collecting data imported to the Dataverse.

 

The data is collected on 2 screens: (1) labelled SharePoint_Screen, (2) labelled Dataverse_Screen. 

 

 

(1) SharePoint_Screen

mc00515_2-1681743123141.png

 

(2) Dataverse_Screen

mc00515_1-1681743017397.png

 

The Dataverse Table has 3076 rows of data, so there is potential for delegation issues. With that said, with the current setup, when I make selections and click "Submit Review" (Screen 2), the app says "success" on a green banner. What's happening on the SharePoint list however, tells a different story...

mc00515_0-1681744844191.png

mc00515_2-1681745264793.png

 

Is there anything I should be doing next to make this work?

 

Sincerely.

 

 

  • Verified answer
    Community Power Platform Member Profile Picture
    on at
    Re: Adding Dataverse connection has broken the App already working on SharePoint

    Hi @v-wenjuan-msft 

     

    I have spotted the error that is stopping the app posting the data from the app to SP. I missed off the one form in the Patch code behind the Submit Review button. So now it should have been:

    Patch('Course Review Quality',varFormData,Form1.Updates,Form1_1.Updates); If(IsEmpty(Errors('Course Review Quality')), Notify("Success", NotificationType.Success); Navigate(Form1),Navigate(Form1_1), Notify(First(Errors('Course Review Quality')).Message,NotificationType.Error))

     

     

    Now with the Patch code modified to hold both forms, data posts from the SharePoint Screen to SP, but not from the Dataverse screen.

    mc00515_0-1681807996483.png

    Please can you advise what I need to do to get the Dataverse data through to SP?

     

     

     

  • Community Power Platform Member Profile Picture
    on at
    Re: Adding Dataverse connection has broken the App already working on SharePoint

    Hi @v-wenjuan-msft ,

     

    Thankyou for replying. Yes, you have correctly understood the essence of the problem. Here is the data I think you have requested. 

    User starts the App on Screen 1 by clicking the button. The code behind the button shown first:

     

    mc00515_0-1681798369514.png

     

    The code behind the first control( and typically the others on the first screen) is below in the next screenshot

     

    mc00515_2-1681799118572.png

    The user navigates to the second screen...

    The items formula on the second screen (and typically the other controls that pull up the selections from the Dataverse table):

     

    mc00515_3-1681799401306.png

     

    After the user makes the selections, then clicks Submit Review button (code shown below)

    mc00515_1-1681798876333.png

    Let me know if need anything else.

    Thanks

  • v-wenjuan-msft Profile Picture
    Microsoft Employee on at
    Re: Adding Dataverse connection has broken the App already working on SharePoint

    Hi @Anonymous ,

     

    Thanks for your detailed description.

    There are newly created items showing up in SPO but no values. Do you mean the weird symptom happens to SharePoint after you deploy the screen 2?

     

    We would better check functions you used to create items to SPO. Please share screenshots of how you set your forms and functions for further check if possible.

     

    Best regards,

    Community Support Team _ Wenjuan Zou

     

     

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 Winners! 🌸

Congratulations to all our community participants!

Warren Belz – Community Spotlight

We are honored to recognize Warren Belz as our May 2025 Community…

Congratulations to the April Top 10 Community Stars!

Thanks for all your good work in the Community!

Leaderboard > Power Apps - Microsoft Dataverse

#1
stampcoin Profile Picture

stampcoin 15

#2
ankit_singhal Profile Picture

ankit_singhal 11 Super User 2025 Season 1

#3
mmbr1606 Profile Picture

mmbr1606 9 Super User 2025 Season 1

Overall leaderboard

Featured topics