Skip to main content

Okay so I have made a bot for dentist now the issue is it is only getting the data of 1 doctor from google sheet for example if teh category is Cleaning & Scaling there are 4 different doctors, I want people to choose any of them according to their choice but it is only letting me pick 1 doctor which is on the top of the sheet. Picture attached.

my idea is to show list of dr with timing & fees according to speciality. 

Please guide how to get more then 1 Dr’s in manychat from google sheet?

Regards,

@shnemat with Manychat’s native integration you’ll be able to ‘get a row’ and the row you’ll get is the first match, always.

If you want to bring multiple lines, you need to do a search.

To do that, you can use external tools like Make.com or Zapier (my recommendation), or you can code you rcustom app script (more advanced).

 

The other alternative you have is to present the information differently, so each ‘Specialty’ is a unique row, with all doctors in the same row.

For example:

Specialty Dr 1 Dr2
Cleaning & Scaling Dr. Sarah Dr. Williams
Braces & Aligners Dr. Sabina ….
...    

 

So if you flatten out the data, you can bring all info with Manychat’s Get Row action.