Hi
I am looking for advice on if it's possible to create a canvas app with labels pointing to data on multiple Dataverse tables and the data is related so updates when one selection is made?
I have copied some tables from a local database to dataverse tables. I set up a relationship based on customer ID.
I would like to have labels pointing to different fields across several different tables in Dataverse, is this possible?
At the moment my workaround is to display 2 galleries on one page, the first gallery displays customer data and the second gallery displays transactions and more data, based on a filter where gal1.customerID = gal2.customerID
Is there a better way of doing this? I have a good few tables to relate but can’t get this working like a traditional database model.
Can anyone advise me on if this possible?
Thanks