Announcements
With( { _allRecords: Filter( 'Guia derivacions 04.12.25', //Your SharePoint List - Please replace if it's wrong AGA.Value = AGAComboBox.Selected.Value, //AGA Combobox name - Replace 'AGAComboBox' your combobox control name ESPECIALITAT = SecondComoboBox.Selected.Value //SecondComoboBox - Replace 'SecondComoboBox' with your control name )//ESPECIALITAT - Replace this with the SharePoint column that you want to compare with the second dropdown column }, SortByColumns( Distinct( _allRecords, ESPECIALITAT //Your SharePoint column name – the column you want to display as a selection. ), "Value", SortOrder.Ascending ) )
Sort( Distinct( Ungroup( _allRecords, Paraula_clau ), Value ), Value )
Filter( Circuits_territorials_03_2026, (IsBlank(ComboBox_Origen1_1.Selected) || UP_Origen.Value = ComboBox_Origen1_1.Selected.Value ) && (IsBlank(ComboBox_ParaulaClau.Selected) || ComboBox_ParaulaClau.Selected.Value in Paraula_clau.Value ) && (IsBlank('ComboBox_NomCircuit'.Selected) || Nom_Circuit = 'ComboBox_NomCircuit'.Selected.Value ) )
Under review
Thank you for your reply! To ensure a great experience for everyone, your content is awaiting approval by our Community Managers. Please check back later.
Jump in, show your community spirit, and win prizes!
Expanding mentorship, skilling, and AI innovation
These are the community rock stars!
Stay up to date on forum activity by subscribing.
Valantis 424
WarrenBelz 355 Most Valuable Professional
11manish 290