Seeking assistance with integrating a SharePoint list into my custom virtual assistant skill, developed using the BotFramework V4 template.
Initially attempted to access the SharePoint list using CSOM in a custom skill created with .NET core skill template, but encountered limitations due to the lack of support for .NET Core with CSOM API Nuget packages (source: )
Currently exploring creating a skill bot with the TypeScript skill template and connecting to SharePoint using SPHttpClient. As a newcomer to TypeScript, I am uncertain about the next steps.