
Hi
i'm planning to creating chatbot to find out documents added in SP folders ..
need help
example:
created 3 folders as topics comic books, engineering books,medical books
each folders will have different books saved as PDF and Word format.
in chat bot - when user type as powerBI Books, it should share related books with that name in chatbot with links
like PowerBI book link, PowerApps book Link, Power virtual Link etc..
is it possible? how can do it
You can call a Power automate flow from your chat bot and pass the value selected by the user like powerBI books and then the Power automate flow will run , get the links from SharePoint and return to the chat bot.
From the authoring canvas you can call action as below:
And pass the answer from Ask a Question step.
Hope this gives you an idea!