Hi all. Hope that one of you can guide me in the tight direction.
I have a PowerApp that has a form (Form1) that has a data connection to a SharePoint list. Nothing fancy there. On another screen I have a label that contains data I want to write back to a field in Form1. In the label I am using an if statement to do the right calculations based on the choise in a dropdown control in Form1. The calculation works like intended, but the data from the label is not getting back to the field in Form1, and I cannot find out why.

As you can see form the picture above, the calculation works fine, but the data is not writen back to the text field in Form1.
- DataCardValue2 is a standard dropdown control in Form1
- DataCardValue5 is a standard textfield in Form1
The textfield in Form1 is empty, and I get this error message:
This formula uses an area that is not currently supported for evaluation Datatype: text
I have tried to put the if statement inside a "text(" but that did not help. I have tried to use "Value(", "Sum(" (in desperation), and finally tried to use a variable, but nothing seems to let me get the data from the label into the Form1 text field.
Can anyone guide me in the right direction?
Thanks in advance
/Frank
Denmark