Skip to main content

Notifications

Community site session details

Community site session details

Session Id :
Power Apps - Building Power Apps
Suggested answer

Error in Power Apps and SQL

(1) ShareShare
ReportReport
Posted on by 2
I am building an application that patches records from Power Apps to SQL server, however I am having trouble with some screens. I have 4 screens that had the same error, and I fixed it by changing some settings in SQL to allow write rights to SQL. 
 
I cannot remember the settings well. I would appreciate any help with this. I have attached the screenshot of the error message which is "The function Patch has some invalid arguments" 
  • Suggested answer
    MichaelFP Profile Picture
    1,827 Super User 2025 Season 1 on at
    Error in Power Apps and SQL
    Based on what you said, you need to include this table to have write access for the user used in the SQL connection. For this you can run the following T-SQL to give access for the user on your table
     
    GRANT INSERT, UPDATE, DELETE ON table_name TO user_or_role;

     
  • Nandit Profile Picture
    1,563 Super User 2025 Season 1 on at
    Error in Power Apps and SQL
     
    This error message is not enough for me to make some suggestions. It would help if you could share the full Patch function here (obviously hiding anything that's confidential). That way it will be easier to assist you resolve this.

    Kind regards,
    Nandit

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

#2
RandyHayes Profile Picture

RandyHayes 76,287 Super User 2024 Season 1

#3
Pstork1 Profile Picture

Pstork1 65,928 Most Valuable Professional

Leaderboard