How to edit record using modal on the custom page?
Hello, I have a TaskResource with a custom page inside that called ScheduleTask.
Currently I can trigger a New Task Modal using
how can I trigger the edit modal with the form filled with the selected task when I click the individual task?
Currently I can trigger a New Task Modal using
getActions() function in the ScheduleTask page.how can I trigger the edit modal with the form filled with the selected task when I click the individual task?

