Forum Discussion
PhilippeT
Jan 01, 2020Copper Contributor
Analyse Chat content
Hello Community, A quick question, within our teams, we have a chat group to ask questions of any type related to our work. The team is globally located. After some time, and the amount of questi...
Jan 03, 2020
The existing Flow triggers only will allow for new messages. To parse your old channel messages you would have to utilize Graph API's to pull the data our and then pass that to one of the Bot API's might be best. Search around for Teams bots, there are some sessions at ignite too around it. Then find a way to export from Graph the data in the channel and then maybe go from there. I think it's possible, but def. going to take some work and dev to get going :).