Re: Dynamically add a new control (text input for example) after clicking a button
Hello Kris,
Thank you for posting the work around, it really helps.
I tried to implement same on my app, however the "add new text input button" does not work, the button does not dynamically add new text input control on the gallery.
I guess the issue is related with the button or the gallery Items property, I would be more than happy if you could help me troubleshoot and fix the control.
You will find below the controls on the app
1. Added the following on OnVisible property :
ClearCollect(Projectcollection,0)
2. The Gallery used is filtering data based from the 'Property Manager dropdown'. The items property is set to:
Filter(Properties, 'Property Manager' = Dropdown_PropertyManager.Selected.'Property Manager')
3. Add a text input control "Add Project" on the Gallery:

4. Added a button and set the OnSelect property to:
Collect((Properties),CountRows(Projectcollection))