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 / SharePoint list custom...
Power Apps
Answered

SharePoint list customazition integration onSave

(0) ShareShare
ReportReport
Posted on by 367

Hi 

I am  customising Sharepoint . and I am different Field in different forms . I have total 4 forms . one is New form working good . and another one is view form also working fine. Rest two form are edit form. This form I need to save one time with save button . 

How can I use integration on save.

Previously we used only one form as edit . but recently we added another screen so I want to save both. 

Please find previous on save function as below :

If(SharePointFormMode="CreatedForm",SubmitForm(SharePointForm1),

If(SharePointFormMode="EditForm",SubmitForm(EditForm1)))

 

I want to save add another form . form name "EditForm2"

 

Please can we do this ???

Help me 

Thank you 

Categories:
  • Verified answer
    RandyHayes Profile Picture
    76,299 Super User 2024 Season 1 on at

    @Yoursnani 

    You could simply add them into your formula:

    If(SharePointFormMode="CreatedForm", SubmitForm(SharePointForm1),

       SharePointFormMode="EditForm", SubmitForm(EditForm1); SubmitForm(EditForm2)

    )

     

    I hope this is helpful for you.

  • Yoursnani Profile Picture
    367 on at

    @RandyHayes 

    It's working but . am facing another problem . in my EditForm2 I have collection . when I try to modify data for editform1 and submit . my previous data from editform2 are erasing data. 

     I have used "clearcollection" function on second screen visible propertie

     

    Thank you 

  • RandyHayes Profile Picture
    76,299 Super User 2024 Season 1 on at

    @Yoursnani 

    Tell me more about this collection and what it is used for an how defined.

  • Yoursnani Profile Picture
    367 on at

    @RandyHayes 

    I  have a metadata columns in second screen. I removed combobox and insert gallery control with check box . oncheck property I created a collection, and screen visible propertie I have using clearcollect syntax . 

    When I am submitting on second screen two it's working fine . when I am changing in first screen, data is deleting . 

    Please help me with this

  • RandyHayes Profile Picture
    76,299 Super User 2024 Season 1 on at

    @Yoursnani 

    Can you expand more on what you mean by "when I am changing in first screen, data is deleting"?  That seems different than a submitform issue.

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 July Top 10 Community Leaders!

These are the community rock stars!

Leaderboard > Power Apps

#1
11manish Profile Picture

11manish 395 Super User 2026 Season 2

#2
Mohsin Ali Profile Picture

Mohsin Ali 328

#3
WarrenBelz Profile Picture

WarrenBelz 260 Most Valuable Professional

Last 30 days Overall leaderboard