Users/ishagautam/add invoice processing template - #13
ishagautamMSFT wants to merge 13 commits into
Conversation
ishagautamMSFT
commented
Sep 3, 2026
…tps://github.com/microsoft/copilot-studio-gallery into users/ishagautam/add-invoice-processing-template
Review feedback1. Trigger "Folder" field shows "Loading...".
2. Excel tools failing. |
|
Hi ishagautamMSFT , The logging agent instructons are still failing. What worked for me again is the change we discussed: Set the file content to the base64-encoded string 'IA==' which decodes to space characters, and mark the content as base64-encoded. Do not use a literal space character, an empty string, or no content at all. The content parameter must be exactly the base64 value 'IA==' anothing else. |
|
Hi ishagautamMSFT , looks good now! Could you add the same config note? Thanks a lot! |
Adriana Trujillo (@adrianatruji) This is added, please check |
|
Big thanks, ishagautamMSFT ! Good to merge now adilei |