Add Multiple Item Click Actions for Collections

Enable multiple item click actions in collections based on conditions. This would allow different actions to trigger depending on the item’s data, improving app flexibility without needing the three-dot menu.

Use case:

  • Clicking an item could open details if incomplete.
  • Mark it as done if already reviewed.
  • Navigate to another screen if it contains subtasks.
  • If the profile item is the logged in user, navigate to my profile screen instead of public details screen.

Why It’s Important:
This feature streamlines user interactions and makes apps more dynamic and intuitive.

Just figured out that I can use a workflow as the item click action and set whatever conditions I want it the workflow to execute the right action.

This topic was automatically closed 7 days after the last reply. New replies are no longer allowed.