Sounds like you need an editable table.
The process for making one is a bit involved, so I would suggest checking out the walkthrough here:
https://powerapps.microsoft.com/en-us/blog/editable-tables/
Get started with this, and if you run into any snags, let me know and I would be happy to help.
---
Please hit the "Accept as Solution" button if my post answered your question! If my post was helpful please consider giving it a "Thumbs Up."
Hi @Jmcnutt ,
I don't think this is available in Form. The field of form is fixed, can not be changed at will.
All I can think of is to add all a lot of duplicate CARDS up front, and set the duplicate cards to be invisible. Once clicking the button, set the a duplicate card of selected card to be visible. Please see the following test.
1. Set OnStart property :
Set(Var_Title, false);Set(Var_Hours,false)
2. Set visible property of the duplicate Title cards to Var_Title, set the duplicate Hours cards to Var_Hours
3. Set OnSelect property of plus button in Title field:
Set(Var_123,true)
4. Set OnSelect property of plus button in Hours field:
Set(Var_Num,true)
Best regards,
Sik
User | Count |
---|---|
119 | |
87 | |
86 | |
75 | |
66 |
User | Count |
---|---|
214 | |
181 | |
139 | |
96 | |
83 |