Skip to main content

Notifications

Community site session details

Community site session details

Session Id :
Power Apps - Microsoft Dataverse
Unanswered

Insert data in SQL tables without Form

(0) ShareShare
ReportReport
Posted on by 3

Hi everyone ... Then I have a problem. I have to create an application that takes data from different databases (MSSQL) and send this data to new tables in another DB (MSSQL). How can this be done without the form? I tried to do it with the Patch function but it gives me an error.These data are all taken from different databases and do not fit into a form. And I would like to pass them to a different table from where I took them.Someone can help me. ThanksCattura.PNG

Categories:
  • v-yuxima-msft Profile Picture
    on at
    Re: Insert data in SQL tables without Form

    Hi @Dumitru 

     

    Could you please share more of your dropdown control's formula expression?

    Do you want to patch the Dropdown selected value to your SQL table?

    More information:

    function-patch

     

    For example I test as next:

    Dropdown2.Items=["m","n","o","p"]

    Button1.OnSelect=Patch('[dbo].[Tab_2019Test1]',Defaults('[dbo].[Tab_2019Test1]'),{ID:Value(TextInput1.Text),Nam:Dropdown2.Selected.Value})

     

    (the green color ones are sql table name,control column name on my side, you can change to yours on your side,ID is the PK in my sql table)

     

    Button.PNG

     

    patch.gif

     

    Best Regards.

    Yumia

  • Dumitru Profile Picture
    3 on at
    Re: Insert data in SQL tables without Form

    The name is not valid. Identifier not recognized.

    This is my empty table.where I want to transfer the dataThis is my empty table.where I want to transfer the data

    ERROR: The name is not valid. Identifier not recognizedERROR: The name is not valid. Identifier not recognized

    Thanks!!!

  • MagnusGöransson Profile Picture
    424 on at
    Re: Insert data in SQL tables without Form

    Hello,

     

    The Patch function is the way to go. What error did you get?

     

    You need to have a primary key in your table to get Patch to work.

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
mmbr1606 Profile Picture

mmbr1606 22 Super User 2025 Season 1

#2
stampcoin Profile Picture

stampcoin 17

#3
ankit_singhal Profile Picture

ankit_singhal 11 Super User 2025 Season 1

Overall leaderboard

Featured topics