Hello everyone,
I have got 2 screen.
My condition is: if the 2nd screen button is clicked, the 1st screen colour should change and change in text.
my solution: Onselect by creating a variable and passing trough navigate function and add validate the variable fill function on the 1st screen
2nd screen formula:
Navigate(Home,ScreenTransition.Cover,{Label: DataCardValue21.Text, Shade:Color.Green});
Error: all the button in my gallery changes colour
1st screen fill formula: If(Shade=Green,Green,RGBA(164, 38, 44, 1))
I only want one row to get updated. (I am also passing ID through the navigate function.)
I am not sure what am I doing wrong.
Any help is appreciated.

Report
All responses (
Answers (