Hi @HenryJammes ,
I ended up going around the issue itself: I opted to manually input custom data into the generative answers action to address the current challenges.
I am hoping that through a flow I can automate the updating of the information that will be given to the action, extracting the file contents and then fromatting them to be sent back a json to the topic but it's worth noting that this solution significantly impacts the bot's response time.
While this temporary workaround serves its purpose, I must admit that I'm not entirely satisfied with it. I have a sense that it might be straying into the territory of bad practices.
My goal is to extract information from an automatically generated document. I intend for the bot to respond specifically to this information when a trigger word is mentioned.
Initially, the document was stored in SharePoint. However, after reviewing the official documentation, I noticed it recommends bringing files from Dataverse. While I understand that files uploaded are eventually stored in Dataverse, I'm still unclear about the dynamic nature of these files. Let me elaborate:
I chose not to use the file upload method outlined in the provided link because it lacks dynamism. In other words, if the document is updated, the bot won't be able to provide responses with the latest information. This is why I'm exploring the option of directly pulling the file from the database.
If there's a way to dynamically upload the file to the bot, I would like to explore that solution.