Hi,
I have an App, pointing to a SharePoint List.
On the App side, what I want to achieve is dynamically populate the choices in a combobox based on a selection in another combobox.
To help understand, here is my list

combobox1 will contain the two choices from the 'Strand' column, so Power Platform team (PPT) and Learning Systems Team (PST)
combobox2 will contain the contents of the 'Button' Name' column.
So what I want it work like is, if the user selects 'Power Platform Team' at combobox1, then combobox2 should dynamically populate to only show 'Added to Workplans' and 'Rejected' as choices, and if 'Learning Systems Team (LST)' is selected at combobox1, it only shows the choices 'Under review' and 'More info required'.
Any help much appreciated.
Thanks