Forum Discussion
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 sharepoint list data into bot using node.js
- Abhijit_MSFTMicrosoft
tejaswini1010 you can use the SharePoint API's to get the required data into your bot. Check below API documents. Please let me know if you are looking for something else.
- tejaswini1010Copper 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,
- tejaswini1010Copper ContributorPlease 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,