Hello Experts,
I want to display a model dialog whenever the user pushes the Mark as complete button and the Billable field is set to "Yes" in the task entity.
If the Billable field is set to "No" the dialog should not be displayed and the mark as complete event will save the record successfully (As it works).
This model should contains two fields:
- Description (MLT)
- Duration (Option Set)
And, two buttons "Save" or "Close".
If the save button is clicked it will patch the description and the duration fields data to the current selected record.
I have found a very informative blog Creating Custom Dialogs in Model Driven App using Canvas App but I am struggling with another issue can be found in the Power Apps Community here.
I am still looking for another way to achieve the above with low code.
Can please someone explain in detail and provide an example to build this simple dialog?
Any help will be greatly appreciated.
Thank you!