Hey. 🙂
I have Problem to control on the basic Forms in the dataverse; how can i control on the forms for Users, when they submit that Form for first time then the Form should set Mode as Display and after that should allows be as Edit to Update the User's Records every time he Submit it the form, just first time to create Records and then always as Edit 😞
thanks a lot
Jwan
Solved! Go to Solution.
@jwan_gain you'll need to create two forms: one for create, one for edit (they can both point to the same form in Dataverse). You can use a conditional {% if %} statement to hide or show the right form depending on your logic (for example, if an ID was passed in as a query parameter or not).
I hope this helps?!
@jwan_gain you'll need to create two forms: one for create, one for edit (they can both point to the same form in Dataverse). You can use a conditional {% if %} statement to hide or show the right form depending on your logic (for example, if an ID was passed in as a query parameter or not).
I hope this helps?!