I am building a private integration using API.
My integration has Search Action which uses the API endpoint “/api/tasks?project_id=<project_id>”.
API endpoint returns more than one results but integration shows always the first one. How to force multiple results for Search Action?