Issue with Copilot Studio Not Detecting Files Uploaded via Power Automate
Following are the steps to fix:
When using Power Automate, explicitly set Content Type and necessary metadata properties for the file. Use the "Update file properties" action after uploading the file. Example metadata to include: Title Description Content Type (e.g., "Document") Modified By (ensure a valid user is listed)
Use the "Send an HTTP Request to SharePoint" action in Power Automate to trigger reindexing of the document library after the file is uploaded. POST /_api/web/lists/getbytitle('YourLibraryName')/ReindexList
pls let me know if still have issues.