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 / How to reproduce this ...
Power Apps
Answered

How to reproduce this Form from Excel

(0) ShareShare
ReportReport
Posted on by Microsoft Employee

I have this Excel  Data entry form, Basically the user add a new Date column and input the new values

mim_1-1610338641269.png

 

 

Later I take this Table and unpivot and create a normalized Table

 

mim_2-1610338696391.png

how to approach this in Powerapps, Please notice, I am using team

thanks for your help

 

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

    Hi @Anonymous 

    _1.png

    The formula for the disabled textinput control is First(Sort(tasks,ID,Descending)).ID+1

  • Community Power Platform Member Profile Picture
    Microsoft Employee on at

    @Drrickryp  thanks a lot, for the time to build a mockup, is Collect can only add records or, it can Update records, basically if the user updated only the Quantity but kept the same date, it should updated the record not add a new one ? as the PK= ID&Date 

  • Drrickryp Profile Picture
    Super User 2024 Season 1 on at

    @Anonymous 

    Keep in mind that "tasks" is the name of an Excel table containing the field names:  ID, Tasks, Quantity, and Date.  As you have noted, the button will only add a new record.  If you want to edit the quantity in a record,  add a TextInput box and a pencil icon inside the gallery.  Set the Default property of the TextInput box to ThisItem.Quantity and the OnSelect of the pencil icon to Patch(tasks, ThisItem, {Quantity:TextInput2.Text*1}).  This will allow the user to change the quantity without changing any of the other fields. If you wanted to remove that record, then you could put a trash icon into the gallery and set its OnSelect to Remove(tasks, ThisItem). 
    Please note that the button to add new records is outside the gallery while the ones that select a record to modify or remove are inside the gallery.

    _1.png

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

WarrenBelz 396 Most Valuable Professional

#2
11manish Profile Picture

11manish 134 Super User 2026 Season 2

#3
MS.Ragavendar Profile Picture

MS.Ragavendar 101 Super User 2026 Season 2

Last 30 days Overall leaderboard