Forum Discussion
tejaswini1010
Nov 26, 2019Copper Contributor
how to get sharepoint list data into node.js
I have created bot using below link https://docs.microsoft.com/en-in/microsoftteams/platform/get-started/get-started-nodejs-app-studio I want sharepoint list data into bot ,how do i get sharepo...
tejaswini1010
Nov 28, 2019Copper Contributor
hii ,
Thanks for reply, i have implemented that code in node .js for bot , i have made changes in bot.js file but still i get no reply from bot, my requirement is that , I have sharepoint list , in which i have saved questions and answer , i have made bot using following link
https://docs.microsoft.com/en-in/microsoftteams/platform/get-started/get-started-nodejs-app-studio
I want when user ask question , if it matches with sharepoint column of list that answer should displays in bot,
tejaswini1010
Nov 28, 2019Copper Contributor
Please provide me steps how to do that ,
I have sharepoint list with question and answer column ,
I have made bot as mention earlier
I did not get replay which is saved in sharepoint list if question asked in bot matches with question which present in sharepoint list, if it matches thats answer should get displays in bot,
Please provide me steps as soon as possible.
Thanks,
I have sharepoint list with question and answer column ,
I have made bot as mention earlier
I did not get replay which is saved in sharepoint list if question asked in bot matches with question which present in sharepoint list, if it matches thats answer should get displays in bot,
Please provide me steps as soon as possible.
Thanks,
- Abhijit_MSFTNov 29, 2019Former Employee
tejaswini1010 For the scenario that you mentioned, looks like the QnA bot is the best suit. try this QnA bot sample code.
- tejaswini1010Nov 30, 2019Copper Contributor
As i am new , i get confused, please provide me step, in that exsitance app how do i get sharepoint list data
- tejaswini1010Nov 30, 2019Copper Contributori have used node.js for app ,