Hello
Good morning, I created a power apps and I create the form in edit and when I add the data of the connection slq does not change to edit mode
attachment image: https://ibb.co/pKGVQtc
Solved! Go to Solution.
@Anonymous
Your form mode already is in Edit. Your problem is with the field you are trying to add to the form. If you cannot change the type from Ver Texto to Editar Texto, then PowerApps sees that field as read only for some reason.
Do you have a primary key on your table? If you do not, then PowerApps will only treat it as read only.
Hi @Anonymous ,
To change a form to Edit mode, you just need to run
EditForm(YourFormName)
Please click Accept as solution if my post helped you solve your issue. This will help others find it more readily. It also closes the item. If the content was useful in other ways, please consider giving it Thumbs Up.
please
Could you give me an example on which screen or where I put that code I am a very newbie
@Anonymous
Your issue is you have ver texto for your control type. You need to change that to editar texto.
If you cannot change it to editar texto, then it is a read only field in your datasource or you do not have permissions to edit.
@Anonymous ,
Off a button will do - you simply need to run it. If you are navigating to the screen, put it on the end of the Navigation code.
I have admin user in azure sql, I create the form in edit and it won't let me modify the data.
@Anonymous
Your form mode already is in Edit. Your problem is with the field you are trying to add to the form. If you cannot change the type from Ver Texto to Editar Texto, then PowerApps sees that field as read only for some reason.
Do you have a primary key on your table? If you do not, then PowerApps will only treat it as read only.
Thank you¡
insert a primary key to the table and everything solved 😃
User | Count |
---|---|
139 | |
97 | |
89 | |
77 | |
56 |
User | Count |
---|---|
194 | |
186 | |
106 | |
99 | |
91 |