Hi,
I have a flow where the users can search for a name. If the name already exists in the google sheet, the user will automatically skip the steps of adding further information (since it has already been added by a previous user). However, in the next step I want the user to be able to use the information related to the name that they have search (which is all stored in the same column).
How do I search for information related to the name? for example if search name = stored name, then age, height other data related to the name should be presented to the user.