Hi,
I have a powerapp generated from a sharepoint list.
The EditForm has a datacard called DataCardApproval. DatacardApproval has a TextInputBox called dataCardValueappoval.
I have two icons on the screen , When i click each of the Icons I want it to update the value in dataCardValue,
I have this in the onSelect for one of the icons: DataCardValueApproval.Text="0";
The idea is to let the user click the icon rather than needing to type in the "0", and have it save back to sharepoint when the user saves from the edit screen.
Wit the code above, when the user clicks the icon nothing happens. The text in DataCardValueApproval remains unchantged.
Any Ideas?