We have a 'Delete Task' action button on an UX page.
The Action button is driven by a 'Run Action' line item which is TRUE if the Confirm Delete Boolean is checked.
This setup works, but only if the user selects the full record (row) where Confirm Delete is TRUE.
Currently, If a user checks Confirm Delete Boolean on the UX page, but does not select the row, the Delete Task action button remains disabled.
- The Delete Task action button only activates after the user clicks on the whole record which needs deletion, which makes the process cumbersome.
How can I configure the Delete action button so it becomes active as soon as any Confirm Delete Boolean is ticked, without requiring the user to select the whole row?