hello, I have a data table that uses one SP list and a gallery that uses a separate SP list and I want to be able to filter the gallery based on the certification that is selected from the data table. I set the button's value to the variable of the specific certification that I want to display, but it isn't showing the data on the gallery. How can I get this to work properly? This is my current function:
OnSelect formula to get the info from the text label:
Set(selectedCert, DS1);
Navigate('Certification Screen')
Items formula to display selected cert:
Filter(Certifications, Title, selectedCert)
It's getting the data, but it isn't displaying it:
