Hi,
I have a PowerApps app based from a SharePoint List and in it I have one field (Outcome) based on a dropdown list, what I am trying to do is:
If the user enters the number 3 in another field of type number, i want to set the Outcome dropdown value to "Declined" but otherwise leave the Outcome value to whatever the user chooses from the dropdown.
I've read so many threads now online but none work as I can't seem to get Powerapps to access the number in the second datacard.
I have checked that the second field is definitely of type Number, but the only parameter i get to access the data in the datacard is DataCardValue177.Text and that fails as the value is not of type text