Hi @LIAda ,
Question 2 first -
I assume the vibration range measurement is in a numeric control somewhere - I will call it VibRate - replace this with the name of your field.
In the Fill property of the control you want coloured
If(
VibRate <2,
Blue,
Vibrate >=2 & <18
Yellow
Red,
)
Please advise how you select Machine 1 (button, gallery etc) and the name and type of the control you want automatically populated.
Please click Accept as solution if my post helped you solve your issue. This will help others find it more readily. It also closes the item. If the content was useful in other ways, please consider giving it Thumbs Up.