Forum Discussion

ca_rem's avatar
ca_rem
Brass Contributor
Jul 29, 2019
Solved

Which best choice: Flow to get data from Lookup Column or Additional Column from Lookup Column?

If I have some List like: - 1.1 Country: Country ID, Country Name - 1.2 Purpose: Purpose ID, Purpose Name - 2. Product: Product ID, Product Name, Country ID, Country Name, Purpose ID, Purpose Name...
  • paulpascha's avatar
    paulpascha
    Jul 30, 2019
    OK, if different permissions apply for each stage separate lists makes sense. Also your choice for not using Managed Metadata Term Sets makes sense if additional data needs to be stored for each item.

    Changing a List Item's content type won't cause loosing your data if your content types share the same Site Columns.

    Modeling a relational data model in SharePoint this way is certainly possible to some end, but comes with challenges as you're experiencing at first hand now. In the end you might be better off modeling your data in a traditional relational database system (Azure SQL DB for example) and exposing it in SharePoint as an app. A PowerApp might work or a Provider-hosted add-in would provide the most flexibility...

Resources