Hello all,
I am building an app using Dataverse and I am trying to update the status column to "submitted" when the user successfully submits a request.
Here's my formula :
If
(IsBlankOrError(Form3) Or IsEmpty(DataCardValue18.Attachments); // if compulsory fields are missing or in error
Notify("Champs manquants, veuillez compléter tous les champs obligatoires";Error;4000); // then do not submit form and notify error
SubmitForm(Form3) && UpdateContext({Statut de la demande : "Soumise"}) && Navigate(Succès) && ResetForm(Form3)) // otherwise submit form and show success screen
I'm using update context but it has no impact on the status.
Thanks in advance !
Hi @Nina2021 ,
Just checking if you got the result you were looking for on this thread. Happy to help further if not.
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.
User | Count |
---|---|
172 | |
95 | |
74 | |
72 | |
58 |
User | Count |
---|---|
215 | |
165 | |
95 | |
92 | |
74 |