Good morning,
I have a problem with the management of attachments. The context :
- I'm saving attachments from attachment control in part of my app to a Dataverse table :
- In another part of my app, I load attachments into a collection to view, remove, or add :
- When the user presses a save button, I delete old attachments, inject new ones from an attachments control, and reinject the remaining attachments in the collection into the Dataverse table.
- However, when the button procedure completes, only the attachments that were in the attachment control remain. Those that were in the collection do not pass into the Dataverse table...
Curiously, I have an error message regarding the Remove function. And indeed, when I remove this instruction, the attachments of the collection actually pass into the Dataverse table but with duplicates...
So I'm appealing to you because I don't understand why it's the Remove function that's the problem...

Report
All responses (
Answers (