Hi All,
I am looking to build a simple solution with PowerApps, it I a declaration application which allows users to put data in form and submit it to the data source. In this case it is, SharePoint.
Requirement: One of the business user asked for a helping hand in building the application. Now the application only consists of a new form with multiple data points to be filled in and submitted.
However, there is one point that i am stuck on. Actually, i follow a different approach for it but would want to understand if that can be done in a much optimized way.
So the user would want to fill in few columns and he/she might want to enter more data points in that regard
.
Example: he/she would want to fill in Email and phone number of more than 1 employee maximum would be 7. so in my approach I create 14 columns and one dropdown which allows the users to select number of columns they want to edit and the on selection of dropdown of number of columns to be entered the columns are visible.
Is there any better way to allow users to enter 10 column values but in the same line item?
Cheers!