Edit button not opening the correct Task record

0
Hi everyone, I’m running into an issue with my Edit button setup in Mendix. When a user selects a row in a data grid and clicks Edit, it should open a new page showing that selected record (based on TaskID). However, when I click Edit, the page opens but does not refer to the specific TaskID from the highlighted row.   Setup Details 1. Snippet: Snippet_Task_NewEdit [TaskManagement] Contains a data grid (grid4) Data source: Microflow DS_Task_Returns Grid includes the column TaskID (String) 2. Edit Button: Action: Show a page Page: TaskManagement.Task_NewEdit Page argument: Task (from the data grid selection) Selection mode in the grid: Single selection Default button trigger: Double click       Expected Behavior User selects a row in the grid (e.g., TaskID = 12345). User clicks Edit. Page Task_NewEdit opens, showing details for TaskID = 12345.     What’s the correct setup to ensure the selected row’s Task object (based on TaskID) is passed to the Task_NewEdit page when the user clicks Edit?    
asked
0 answers