Hi All,
I am new into powerApps. i want to create a form as below:
Suggest first Canvas or model driven apps
ID: (Dropdown) - Values(Others, 1,2,3,4)
New ID (Textbox)- allow enter any numbers.
Confusion is if i select 'others' from ID then ID will hide and New ID textbox will appear. it would be allow me to enter any number suppose i enter 5 and submit the form
again i open new form and select ID drop down the Value will be Others, 1,2,3,4,5
Also in SP list ID and New ID values would be display in single column.
Need help!
Thanks !

Meena BishtPosted Aug 21, 2021, 8:51 AM
Hello,
For the mentioned requirement you can opt Canvas App as the form is quite simple and straight forward.
1. Create a Screen
2. Add Connection of the sharepoint list to the app.
3. In the Screen, drag and drop the drop downlist and Click on properties Select Items.
4. In the Items Property, Add Others Option and add collection which should pick data from the sharepoint list.So, Others as well ID will come as drop down items into the list
5. Add Textbox and Select Format as number .
6. Now, go to the onselect Property of Drop downlist ,add condition : If dropdown selected item value is Select then make textbox visible as true.
7. Add Submit button and onselect property of button, use patch statement to add item into the sharepoint list.
Thanks,
Md SarfarajPosted Aug 18, 2021, 2:52 AM