A community member is asking how to get multiple API results in typebot when searching for names. Currently, when searching for "João" which has multiple associated names (10 in their example), the API only returns a single result instead of all matching names.
In the discussion, it was clarified that the API is specifically for searching company server names, and the goal is to return all matching names (e.g., all 5 names associated with "João") rather than just the first one in the list. Other community members requested more specific information and a screen recording, noting that the explanation was too abstract to provide concrete help. No solution was provided.
How do I make the API result more than one? For example, if the user types João and has 10 I want the 10 to appear the typebot is only returning me 1 single result
@Baptiste The API is for searching for server names of a company, it has names that have more than one, for example, João has 5 names. I want that when the user types joao returns the 5 names to him, but it is returning only the first one in the list