How to fix this warning: Found 1000 corrupted references to deleted files. These records will be removed.

0
Hello Teams,   I´m trying to use File Maneger to upload an Excel and show the Excel in a Data Grid2. However I keep receiving this warning "Found 1000 corrupted references to deleted files. These records will be removed" every 5 minutes and the Excel cannot be uploaded as usuall.   Could you please give me some suggestions to solve this problem? I would be so thankful about that.   Best regards Xinyi  
asked
1 answers
0

Thank you for your reply!

Here is my import logic:

  • I use Dataimporter from Maketplace to import excel and create the entity (DataTitel),then I create another entity called FileUpload. DataTitel and FileUpload have an n:1 association.

Screenshot 2025-03-18 104045.png

  • Then I put the File Manager in a Data View and select the following Microflow as Data source(for this Data View)

Unbenanntes Bild.png

  • Also I set a import buttom with this Microflow

Unbenanntes Bild2.png

answered