I would like to add a value to a field if the value is less then.
If the value of DataCardValue481_1.Text is less then 35.00 i would like to add 5.00 to it
Is there away to do this?
If(Value(DataCardValue481_1.Text) < 35.00,
This is for an order form, if the order is less then 35.00 then there is a 5.00 delivery charge.