I have built an app for controlling maintenance parts in a storage location, I want to send an email when an item drops below a certain minimum value (level) - so the user enters there are 2 left, I want to send an email to say "Please order item x as the minimum stock level has been reached" etc.
I have the value entered in lets say DataCard8 but whatever I try to check that value I get syntax errors, how is this done? (checking the value entered by a user in a box) and then send an email copying the other fields on the screen. It's a three screen app from an excel sheet, just cannot find the right syntax. DataCard8.Text is not accepted (gets red lined)
Where is all this mystical info kept too? (PowerApp syntax, commands, variables etc) - is it using Java?