Hello!
I want to create a flow with a Chatbot that returns a (nicely formatted) table as reply in a chat. This table is not massive (5x5 or so), but the data in it will have to be dynamic (e.g. come from an Excel sheet where data changes weekly).
I have tried to accomplish this from different angles (directly from Excel; through Sharepoint list), but I keep thinking there must be an easier way than pulling it cell by cell and printing it into a message.
I see the flow like this:
1) PVA topic is triggered
2) PVA topic calls PA script
3) PA script pulls (dynamic) data/table from Excel
4) PVA prints the table nicely/readable into it's reply message.
Is there an easy/obvious way how I can achieve it?
Best
Max