Hi,
I'm trying to copy the result of a IF function result.
My scenario:
Gallery1 - Label1
Form1 - Datacardvalue1
Label2 (outside Galley1 and Form1): If (Label1.Text = Datacardvalue1.Text; "Yes";"Updates")
My problem is when I try to copy the result of Label2 in Datacardvalue2 a circular reference error appear. Same if a put "
If (Label1.Text = Datacardvalue1.Text; "Yes";"Updates")" in Datacardvalue1.
Is there any way to convert Label2 (boolean) to Text? Or to solve this circular reference directly in Datacardvalue1?
Thanks,