How to update two tables at once?
Could you guide me on how to:
Fetch and display the list of users in a multi-select dropdown on the task detail page?
Save the selected users as task assignments by inserting records into the task_assignments table?
Fetch and display the list of users in a multi-select dropdown on the task detail page?
Save the selected users as task assignments by inserting records into the task_assignments table?
