I have embedded a canvas app on the form. Currently, I want to embed the canvas on multiple entities. I want to perform the Patch operation from each table form.
I cannot get the table name from the ModelDrivenFormIntegration component to provide the name in the Patch operation.
Any help would be highly appreciated.
When you create an embedded canvas app, the ModelDrivenFormIntegration property match the table of the form. I think you have to create a new canvas app for each table.