Hello, I am trying to display a set of certifications that are associated with the value that is selected from the dropdown input, but it isn't displaying the data at all. The table is using different SharePoint list than the dropdown input. How can I get this data to display properly? Thanks!
This is my current formula for the table:
Filter(Certifications,
Title = pathInput.SelectedText.Value
)