Hi all
I have limited tech skills. I am currently working on a chatbot, that uses some health databases. I want to connect my google sheet (a healthcare database) to my task playbook. I am confused by connection actions (entity operation vs connector action) and the different types of connector action. I want to call associated information when a particular medical condition is mentioned. Would someone be able to help? What settings would be best for a case like this?
Many thanks and kind regards,
Haymar
@Haymar you can achieve this on different ways.
You can put your data on a datastore and then consume it from the playbook tool "data-store" or you can create an api endpoint to get this data and consume that via OpenAPI tool.
hope that gives you some clarity about what to do