Hey gang,
Looking for a solution here. I have tried everything I could think of (Which is not much, because I am new at this).
I have a dataverse driven canvas app that is basically working up to a basic shipping tracking app. For the most part everything works fine so far. I am using the default Hero form for most of everything in the app.
In a nutshell I want to be able to change the color / border or something of the entries in the Gallery to a specific color(RED) when the specific "Body1" field is empty. the image just shows the Gallery portion of the entire form. The arrow is showing the blanked entry for one specific entry that is blank ( On Purpose). I want a color change to flag that entry to people so they know they have to go into that entry and add whether it is an Import or Export. I have tried controlling the bordercolor, etc with :
If(IsEmpty(Body1),RGBA(100, 0, 0, 1),RGBA(0, 134, 208, 1)) no go. Any thought?
