Hello,
In my PowerApp I have a gallery of items linking to a SharePoint form on another screen.
What I'm trying to do is conditionally display images against each item depending on the value they are linked to in the form.
For reference, the images in my form are conditionally displayed in the based on true/false values of a toggle control.
The below shows the Toxic image being displayed when the true/false toggle for this is selected in the SharePoint form.

I am finding if I add an image control to my gallery and set the formula of the Image function to the below, this seems to display the "Oxidising" image to all rows, even if they're not set to "True" in the SharePoint item.


Any thoughts?