How to use between condition in UIPATH

If i want to validate the given input value between two ranges like 25 between 100,which activity i need to take and validate.please give me answer.

Thanks in advance

use if activity with the condition value >25 AND value < 100 :+1:

Thank you…