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

Announcements

News and Announcements icon
Community site session details

Community site session details

Session Id :
Power Platform Community / Forums / Power Apps / Issue Updating SharePo...
Power Apps
Answered

Issue Updating SharePoint List - PowerApps Trial License

(0) ShareShare
ReportReport
Posted on by 40

Hello Community,

 

I have an interesting issue.

 

I have developed a PowerApp which uses SharePoint to store it's data and also integrates with Flow. The PowerApp, SharePoint List(s) and Flow all operate as anticipated when I test with my user (which has a P2 license), however, the group which will be using the app (who have PowerApps Trial licenses at the moment) are unable to update all necessary data in SharePoint.

 

There is currently one form submitted (using SubmitForm()) and a few other pieces of data patched to the newly created list item (using Patch()). When the users with trial licenses select 'submit' in the application the form data is stored successfully in SharePoint, however, the Patch() data is not - no data is passed with the Patch() function.

 

Is this a licensing issue? I have had others on my team with PowerApps licenses test the application and they are able to submit the data successfully. The only issues we are seeing are with the trial licenses at this point.

 

Any advice would be helpful.

Categories:
I have the same question (0)
  • v-xida-msft Profile Picture
    Microsoft Employee on at

    Hi @mccarthyk ,

    Could you please share a bit more about your issue?

    Do you mean that the Patch function would not work with PowerApps Plan 2 free trial license?

    Further, could you please share a bit more about the Patch formula you used in your app?

     

    Based on the issue that you metioned, I have made a test on my side, and do not have the issue that you mentioned. PowerApps Plan 2 free tial license would have access to all of the features in PowerApps Plan 2 during trial (the PowerApps Plan 2 license is not expired).

     

    Please check if you have typed proper Patch formula within your app. The standard formula format of Patch function as below:

    Patch('YourSPList', Defaults('YourSPList'), {Column1: "xx", Column2: "xx", ...}) /* <-- Add new record into your SP List */
    Patch( /* <-- Edit an existing record in your SP List */
     'YourSPList',
     LookUp('YourSPList', ID = "Specific Item ID Value"),
     {
     Column1: "xx",
     Column2: "xx",
     ...
     }
    )

    Also please consider re-create a new app based on your SP List, then type proper Patch formula within your app. Then run your app with Trial License, try the Patch function again, check if the issue is solved.

     

    If the issue still exists, please consider submit an assisted support ticket through the following link:

    https://powerapps.microsoft.com/en-us/support/pro

     

    Best regards,

  • mccarthyk Profile Picture
    40 on at

    Hello @v-xida-msft,

    Yes, it seems to me the Patch function is not working with the PowerApps Plan 2 free trial license (at least for these specific users). The Patch function does work as expectedly for myself and other members of my team with the paid P2 license. 

     

    The OnSubmit property of my button I am using is below, this includes the form submission and the patch function which is not working properly: 

     SubmitForm(formApprovalDocument)
    
    ; ResetForm(formApprovalDocument)
    
    ; Refresh(ContractServices_ApprovalList)
    
    ; Set(TopRecord,Last(ContractServices_ApprovalList.ID))
    
    ; Patch(
    ContractServices_ApprovalList,
    LookUp(ContractServices_ApprovalList, ID = TopRecord.ID), {Purchasing: varPurchasing}, {PurchasingCertifiedBy: varPurchasingEmail}, {LegalAffairs: varLegalAffairs}, {LegalAffairsCertifiedBy: varLegalAffairsEmail}, ...
    )

     

     SubmitForm(formApprovalDocument) - submits data correctly to SharePoint.

     

    Patch(ContractServices_ApprovalList, LookUp(ContractServices_ApprovalList, ID = TopRecord.ID), {Purchasing: varPurchasing}, {PurchasingCertifiedBy: varPurchasingEmail} .....) - does not send any data to SharePoint for users with the free trial license.

     

    To work around this I will try submitting all of the data through SubmitForm() instead of trying to use Patch(). I will update whether this solves my issue. However, there are circumstances in other applications of mine where the patch function is required. So I assume I will still have a similar issue.

     

    Thank you for the response.

  • Verified answer
    mccarthyk Profile Picture
    40 on at

    @v-xida-msft,

    To resolve this I changed the data that was being patched to the SharePoint list to be submitted with the form instead. This doesn't resolve the original issue, however, in this situation the troubled users are now able to submit all required data to SharePoint.

     

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

Season of Sharing Community Challenge Winners!

Congratulations to our community stars!

Kudos to our 2025 Community Spotlight Honorees

Expanding mentorship, skilling, and AI innovation

Congratulations to the June Top 10 Community Leaders!

These are the community rock stars!

Leaderboard > Power Apps

#1
WarrenBelz Profile Picture

WarrenBelz 339 Most Valuable Professional

#2
11manish Profile Picture

11manish 180

#3
MS.Ragavendar Profile Picture

MS.Ragavendar 88 Super User 2026 Season 1

Last 30 days Overall leaderboard