i have list of employee info and i want the chatbot to display Person info based on what the user supply for example:
the user types his : PC mac address or ip address or name or EMP ID and then the BOT searches the list for matches
then display that row
nice thanks alot
Hi @Dracu808,
You could use a Get Items action in Power Automate flow for this and use a filter query.
Alternatively you could also a API search query.
Below is an example of that approach.
The ListPath would be something like this:
https://contoso.sharepoint.com/sites/YourSiteName/Lists/YourListName/
_api/search/query?querytext='@{triggerBody()['text']}+Path:@{variables('ListPath')}'
Ekta Gupta
4
stampcoin
2