Skip to main content

Notifications

Community site session details

Community site session details

Session Id : XyVR0czn6QZVAeM03oTdwb
Power Apps - Building Power Apps
Answered

Power apps connection to sharepoint lists

Like (0) ShareShare
ReportReport
Posted on 12 Mar 2024 17:55:07 by 2

I need assistance with tying a Share point list with a collection to gather input data from a customer:
I'm getting the following error: HELP! lol 

rsteeleiv_1-1710265120759.png

rsteeleiv_0-1710265087730.png

The user is prompted to input information containing a combination of dropdown selections and input boxes.

Categories:
  • Verified answer
    v-qiaqi@microsoft.com Profile Picture
    on 13 Mar 2024 at 04:55:37
    Re: Power apps connection to sharepoint lists

    Hi @rsteeleiv,

    Do you want to update a list based on a collection?

    Could you please tell me that if you have combination of dropdown selections and input boxes in a Gallery?

     

    If you have combination of dropdown selections and input boxes in a Gallery, I think you should combine Patch() with ForAll():

    ForAll(
    Collection as T,
    Patch(
    ScoreCard,
    Defaults(ScoreCard),
    {TRTID:T.Field1_Collection,//Map the fields from your collection
     Quarter:T.Field2_Collection,
     ...
    })
    )

    If you just have standalone controls, you need a Patch

    Patch(
    ScoreCard,
    Defaults(ScoreCard),
    {TRTID:TRTIDEntry.Value
    Quarter:QuarterEntry.Text,
    ...
    })

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

Announcing the Engage with the Community forum!

This forum is your space to connect, share, and grow!

🌸 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…

Leaderboard > Power Apps - Building Power Apps

#1
WarrenBelz Profile Picture

WarrenBelz 262 Most Valuable Professional

#2
MS.Ragavendar Profile Picture

MS.Ragavendar 134

#3
stampcoin Profile Picture

stampcoin 123

Overall leaderboard
Loading complete