So I have text box called txt_order
I have set the border colour as follows
If(IsBlank(txt_order.Text),Red,
RGBA(204, 204, 204, 1))
Works fine border is red if the box is empty... It's a text box in a dynamic gallery with rows added as required. All rows show the border colour is red if nothing in them. All good. Except...
When I close the app and go back in all the borders are the 204 colour. If I back in to the border colour and select it all and ctrl x and ctrl v it goes back to red?
So it's working it's just not holding??
Any ideas. must be something to do with the gallery? but yet if I just re do it, it works fine?
TIA