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 / Save data to Sharepoin...
Power Apps
Answered

Save data to Sharepoint list

(0) ShareShare
ReportReport
Posted on by 12

Hello

I´m creating an App that has 7 views, each view has this kind of structure:

OmarEspinoza90_2-1626980574250.png

 

The last view is this:

OmarEspinoza90_3-1626980574261.png

 

I want to bring all the information from the different fields, but they are not in a EditForm, I put all of them in the normal way.

What I want to do is bring the information of each field and send it to the Sharepoint list only using the Finalizar button.  Is there any option?

Thanks.

Categories:
I have the same question (0)
  • Verified answer
    RandyHayes Profile Picture
    76,299 Super User 2024 Season 1 on at

    @OmarEspinoza90 

    Actually, the EditForm would be the normal way.  What you are doing is breaking out all the interface parts to custom user elements.

     

    My recommendation would be that you use the EditForm to be able to submit the data on the Finalizar button.

     

    Here is how to go about it...

    1) Create a new screen in your app.  This screen does not ever need to be visible to the user.

    2) Insert an EditForm (let's call it frmData) on that screen and connect it to your datasource. Set the DefaultMode to New

    3) Unlock the datacards in the form and change the input controls to reference your custom controls in the rest of the app.  Example, if you have a TextInput control in the datacard for Ingrediente Activo then change the Default property on that control to : theTextInputControlOnFirstScreen.Text

    Repeat this for all the rest of the controls where you are changing the Default properties of all the controls in the form from Parent.Default to the name of the control in your app for that field.

     

    Finally, on the Finalizar button OnSelect - use the following function SubmitForm(frmData)

     

    You have not mentioned that this app will allow editing of existing records, so I am assuming this is an enter-and-go type app that does not allow editing.  If so, then also add this formula to the OnSuccess action of frmData : NewForm(frmData)

     

    This will give you the robust features of the EditForm while allowing you to separate the interface from the Form (i.e. custom controls that you have).

     

    I hope this is helpful for you.

  • OmarEspinoza90 Profile Picture
    12 on at

    The application is a system to make appointments, bring the information from 2 sharepoint lists. And it should send the information to a new list called FumigApp.

    In this view you must search for the client, then when you add the client, the next fields are bringing the information automatically from the same list of sharepoint.

    OmarEspinoza90_4-1627013973144.png

     

    I have one question, in the second step:

    OmarEspinoza90_5-1627013973148.png

     

    Do I have to connect to the list where I want to upload the information from the views?

    OmarEspinoza90_6-1627013973163.png

     

    Thank you,

    Omar E.

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

Introducing the 2026 Season 1 community Super Users

Congratulations to our 2026 Super Users!

Kudos to our 2025 Community Spotlight Honorees

Congratulations to our 2025 community superstars!

Congratulations to the March Top 10 Community Leaders!

These are the community rock stars!

Leaderboard > Power Apps

#1
11manish Profile Picture

11manish 505

#2
WarrenBelz Profile Picture

WarrenBelz 502 Most Valuable Professional

#3
Haque Profile Picture

Haque 324

Last 30 days Overall leaderboard