I use modals to create records in a form.
This works fine, but in the modal I also call another modal to search a value.
This works fine, but when I open the modal the last input is still available.
No I created a workflow that will check how the modal is loaded. (From the New record button or from the search modal)
In the workflow I reset the value of all fields in the form.
This works, but is very labor intensive…
Is there an easier way of doing this?