Hi i have a form , and i want a button for make the changes when a user modifiy the form.
For example i have 20 field, he modify 1 field and with this button i would like to update my table in my dataverse with the change.
Thx
Solved! Go to Solution.
Hi @Anonymous ,
Login to make.powerapps.com.
Create a Canvas App. Add a new Edit form in your screen.
Click on Connect to Data and Add the DataSource. Choose the table that you want to associate to form.
On the Form-> Properties-> Choose the Data Source.
On the Form-> Properties->Click on Edit Fields ->Add Fields and add all the fields you want to modify on form.
Click on Insert-> Add Button. On Select property -> Add the command SubmitForm(FormName);
Now the changes will be saved to dataverse.
-------------------------------------------------------------------------
If I have answered your question, please mark your post as Solved.
If you like my response, please give it a Thumbs Up.
My Blog: Dynamics 365 Key Topics – https://d365topicsbydk.com/
My Youtube Channel : https://www.youtube.com/channel/UCxSIryP2ah2VpEFr-Z72t1A
Regards
Devi
Hi @Anonymous ,
You will need to use below formula to update your dataverse table from form.
SubmitForm(form_name);
https://docs.microsoft.com/en-us/powerapps/maker/canvas-apps/functions/function-form
Please mark my answer verified if this is helpful!
Regards,
Bipin Kumar
Follow my Blog: https://xrmdynamicscrm.wordpress.com/
Hi @Anonymous ,
Login to make.powerapps.com.
Create a Canvas App. Add a new Edit form in your screen.
Click on Connect to Data and Add the DataSource. Choose the table that you want to associate to form.
On the Form-> Properties-> Choose the Data Source.
On the Form-> Properties->Click on Edit Fields ->Add Fields and add all the fields you want to modify on form.
Click on Insert-> Add Button. On Select property -> Add the command SubmitForm(FormName);
Now the changes will be saved to dataverse.
-------------------------------------------------------------------------
If I have answered your question, please mark your post as Solved.
If you like my response, please give it a Thumbs Up.
My Blog: Dynamics 365 Key Topics – https://d365topicsbydk.com/
My Youtube Channel : https://www.youtube.com/channel/UCxSIryP2ah2VpEFr-Z72t1A
Regards
Devi
This training provides practical hands-on experience in creating Power Apps solutions in a full-day of instructor-led App creation workshop.
Come together to explore latest innovations in code and application development—and gain insights from experts from around the world.
User | Count |
---|---|
200 | |
71 | |
49 | |
43 | |
30 |
User | Count |
---|---|
256 | |
122 | |
86 | |
84 | |
83 |