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

Notifications

Announcements

Community site session details

Community site session details

Session Id :
Power Platform Community / Forums / Power Apps / Update 2 columns in a ...
Power Apps
Unanswered

Update 2 columns in a SP list from 1 field when submitting a new form

(0) ShareShare
ReportReport
Posted on by 4

Hi, 

 

I have a form with a "Summary" Field connected to a SP List, when submitting the form i want it to take the input from the summary field and essentially duplicate the value into another column in the SharePoint list, How would i approach this?

 

Any guidance would be greatly appreciated,

 

Thanks

Categories:
I have the same question (0)
  • AhmedSalih Profile Picture
    6,678 Moderator on at

    Hello, @Hfow_, use the Patch Function after you Submit the Form:

    SubmitForm(Form1);
    Patch(
     YourSharePointList,
     LookUp(YourSharePointList, ID = Form1.LastSubmit.ID),
     {
     AnotherColumn: DataCardValue_Summary.Text
     }
    )

     

    If my reply helped you, please give a  👍 , & if it solved your issue, please give a 👍 & Accept it as the Solution to help other community members find it more.

    I am primarily available on weekdays from 6-10 PM CT and 5-10 PM CT on weekends.

    Visit my Blog: www.powerplatformplace.com

    Visit my YouTube Channel: https://www.youtube.com/@powerplatformplace/videos

     

  • Hfow_ Profile Picture
    4 on at

    Hi @AhmedSalih, I've tried this - no issues/errors with the formula however the second column is still retuning a blank value, any idea on why this is the case?

     

    Let me know know if you need any further information, appreciate the support!

     

    Thanks

  • AhmedSalih Profile Picture
    6,678 Moderator on at

    @Hfow_ try this:

    SubmitForm(Form1);
    Patch(
     YourSharePointList,
     LookUp(YourSharePointList, ID = Form1.LastSubmit.ID),
     {
     AnotherColumn: Form1.LastSubmit.SummaryColumn
     }
    )
  • Hfow_ Profile Picture
    4 on at

    @AhmedSalih Still returning blank values unfortunately

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

Forum hierarchy changes are complete!

In our never-ending quest to improve we are simplifying the forum hierarchy…

Ajay Kumar Gannamaneni – Community Spotlight

We are honored to recognize Ajay Kumar Gannamaneni as our Community Spotlight for December…

Leaderboard > Power Apps

#1
WarrenBelz Profile Picture

WarrenBelz 386 Most Valuable Professional

#2
Kalathiya Profile Picture

Kalathiya 321

#3
MS.Ragavendar Profile Picture

MS.Ragavendar 311 Super User 2025 Season 2

Last 30 days Overall leaderboard