I want to disable a "View Docs" button when the Form selected from the dropdown box has the field 'Show Form' set to No in a choice column.
I have tried using a ForAll to loop through a collection of the SP List,
At this point, I am not really sure of the best way to access the data in the SP List to achieve the results I am looking for. I am currently taking some courses in Power Apps, but they have not discussed how to do something similar to this yet.
I am also trying to filter the collection and then access the values of the collection, but I am having trouble with that as well. The collection has three string values, but when I try to use them in a condition (e.g. If(DisableFormCollect.ShowData = "No", it says it is a table and there is no Value property.
Thanks,