Hi everyone,
Initially I was struggling building a cascading dropdown (4 levels) from sharepoint lists with power apps.
But after looking at too many videos and tutorials, I thought maybe I was not using MS tools the right way.
The general issue is the following :
I have a Final Customer who only allowed some Specifications to be used on their product based a Raw material of choice. See Excel attached for example.
To the user will select :
1. Final Customer
2. Specifications
3. Raw material
Each level has his selection possibilities limited by the choices done on the previous level.
As the list is not that small, I will need to allow research too.
Initially I was building all my lists on SharePoint with lookup columns to fetch the datas linked from one list to another (I have 6 separated lists in total) and then try to customise the forms with Power apps.
But I get the feeling is it the wrong way of doing it and I end up having multiple unexpected bugs instead.
Question :
If you were to build a back end solution on SharePoint to manage a couple of tables with relationship in them, how will you do it ?
The interface needs to be SharePoint and Power Apps will do the heavy lifting in the background.
Will you start with text fields in the SharePoint and then update all those fields in combo boxes ?
Or is there any other way or resource I could rely on ?
Thanks,