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 / How To Bring Data From...
Power Apps
Answered

How To Bring Data From Look-Up (Dimension) Table And Add To It In PowerApps?

(0) ShareShare
ReportReport
Posted on by

I have a list in SharePoint with multiple columns that has 40 items which make up a checklist. This list, in database terms, is a look-up table or dimension table. 

 

I need to make a PowerApp which will take the data from the list mentioned above, physically add one value to each of the 40 items (this one value is entered by an Employee), and then patch or save this to another SharePoint list (The "Fact" Table). So, basically, I'm taking a bunch of data from the 40 item check list, adding one Employee added value to each item, and putting it all in another SharePoint list. 

 

I know that I could just add an Edit form or something like this that would show all 40 items and then have a blank field for the one missing value (that the employee would add each day) but I'm wondering if there is another solution where there is only 40 text input boxes on the screen and a text label prompting what should be entered. 

 

Thanks for any replies - much appreciated. 

 

 

Categories:
I have the same question (0)
  • Verified answer
    v-jefferni Profile Picture
    on at

    Hi @CP153319 ,

     

    Could you please share more details about your scenario?

     

    If I understand correctly, would you like to display 40 blank text input boxes that are linked to the checklist and user could manually fill those blanks and save to data source?

     

    If so, you could use a Gallery and set the display field to the column which user need to enter in. Otherwise, in this gallery you could simply add a label to tell user anything you want:

     

    29.png

     

    That gallery links to the check list in its Items property, and the text inputs with ThisItems.ColumnName in Text property. The button will be using to save those entries to data scource, the formula would be like:

    ForAll(Gallery.AllItems,Patch(CheckList,ThisRecord,{ColumnName:TextInput.Text}))

     

    Hope this helps.

     

    Best regards,

    Community Support Team _ Jeffer Ni
    If this post helps, then please consider Accept it as the solution to help the other members find it.

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

Kalathiya 427

#2
WarrenBelz Profile Picture

WarrenBelz 360 Most Valuable Professional

#3
MS.Ragavendar Profile Picture

MS.Ragavendar 336 Super User 2025 Season 2

Last 30 days Overall leaderboard