Hello, so I have a power app created (see attachment Powerapps1.jpg) where % Acid is a text input which is a number while % Acid Min and % Acid Max are dropdowns which is a lookup from a product selected from a sharepoint list. Same goes with % Salt.
I need a formula in conforms which is a text input/label which will have this if statement:
if value in % Acid is < % Acid Min and >% Acid Max and if value in % Salt is < % Salt Min and > % Salt Max then conforms is a "No", if it is within range for both then it is a "Yes".
This has to be true for both Acid and Salt, so if one of them is not within the min and max values then conforms is a No.
I started trying a formula for Acid (see PowerApps 2.jpg), however, it is throwing an error. If I put there =, there is no error, but if I put the < or > sign, it throws an error. Appreciate your help.