Skip to content

Commit da1d7e5

Browse files
Add instructions for further enhancements (#313)
* Add instructions for further enhancements * Fix typos and update terminology in README --------- Co-authored-by: Henry Jammes <37898885+HenryJammes@users.noreply.github.com>
1 parent 1ad2b1e commit da1d7e5

1 file changed

Lines changed: 11 additions & 0 deletions

File tree

DataverseIndexer/README.MD

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,17 @@ Sample solution showing how to index the content of a SharePoint library into a
2525
1. Make sure the cloud flow is turned on
2626
1. Run the cloud flow.
2727

28+
## Tips for Further Manual Enhancements to the Flow
29+
1) **Error Handling and Alerting**
30+
- If you want to get notified if flow step failed or retry, you can add parallel branch to catch specific error and send email for notifications. Configure Run After for each block we want to monitor : https://learn.microsoft.com/en-us/training/modules/error-handling/2-configure-run-after
31+
32+
33+
2) **Description Field in Add a new row for file data**
34+
- In the step 'Upload files to copilot studio'where we are adding row data for the file, the 'Description' filed can store upto 2500 characters. So you can prebuilt the informaiton for each file and its description using other tools like AI Builder (This can only process 1MB of data as of today) that has metadata and short summary. This will enhance the agent results.
35+
36+
3) **Automated Triggers**
37+
- You can use SharePoint triggers 'When an item or file is modified', 'When a file is deleted' instead of manual trigger to keep files in sync. Reference : https://learn.microsoft.com/en-us/sharepoint/dev/business-apps/power-automate/sharepoint-connector-actions-triggers
38+
2839
## Limitations:
2940
- Embedded images are only supported in Switzerland and the United States.
3041
- Files that contain encrypted content, are password-protected, or contain confidential tags, aren't supported.

0 commit comments

Comments
 (0)