I am trying to develop a 'New' form that reads the 'Previous' entry and calculates the % difference between the value that is entered on the new form to the previous entry. Based on that calculation, the need is to force a comment on why it is outside the tolerance.
I am rather new to PowerApps so at this point i am trying to just get the calculated difference so that I am not too overwhelmed. In my attached .jpg i would like to see the '% Diff' label equal to ... ((555 - 8888) / 8888) * 100 = -93.76 % using a statement in the 'OnChange' action for the new datacardvalue ???
When i get that I will need to force a comment if the value is greater than like %20. Hope that is clear enough to understand!