Hello all! Does anyone know if it is possible to change the default attachment storage location for a Dataverse table that has attachments enabled? Currently, in my environment, the default attachment storage table is 'Note.' In my solution, I've already enabled a SharePoint Document Library in Enable Servier-Based SharePoint Integration / Document Management Settings and my model-driving portion of the solution correctly saves documents within a SharePoint library.

However, within the canvas app's edit form, the attachments field is still sending attachments to the Dataverse Note tble within the environment of the solution.

While the model-driven portion of the app updated, the canvas app functionality never changed over.
In the relationships, I can still see the link to the Note table, but after updating the settings in Document Management Settings, I now see the link to SharePoint like I should. My thought is that there is another setting that needs to be changed so that canvas apps reference the SharePoint relationship instead of the Note relationship.

Appreciate any guidance on how to.