Hello guys, I'm stuck at this. I have a form where I need to filter the options from a choice field based on a selected item. To filter simple fields as text in SharePoint it's okay, my problem is getting the values from the choice field in SharePoint. I know that I will probably be using the Choices formula, but I would like to know how can I filter based on a selected item. Can you help me, guys?
Filter(List of products; Project= Project.SelectedText.Value).Type of product
This kind of formula doesn't work because returns a table. I need to figure out how I use this kind of concept to choice fields from SharePoint.
Basically, I wanna get the values from the column "Tipo de produto" based on a selected project.
Thanks for your help guys.