Hello,
I have a PowerApps application based on a SharePoint list called ‘Consumable Stock.’ My screen consists of:
- A gallery (FormViewer1_1) connected to the ‘Stock Consommable’ SharePoint list.
- Various labels and text labels.
My goal is to hide a label and a text label on my screen based on a certain value. I’ve used the following formula in the Visible property:
If(FormViewer1_1.DataCardValue3.Text = "Pdt Chim", true, false)
I came to see you because it’s not working. How can I fix it?
Thank you