Typing raw number values in Conditions is not possible since it searches for actions

I have a Slider in my App (=SliderInputA) ranging from 0 to 100.
The idea is setting the background color of the slider depending on the range either red (0-30), yellow (31-70), or green (71-100).
I tried to realize it with a condition which i could phrase as:
“If SliderInputA’s value is in range [0;30]”
, which a bit clunkyly translates to
“When SliderInputA’s value <-range-> SliderInputA’s value is contained by 0<-range->30”

however as I experienced before I was not able to type a raw fixed numeric range into the condition. Since I could not find a workaround without having to do database entries of fixed ranges (which seems annoyingly complicated), I would consider this a bug. Maybe I am missing some hidden functionality though.

Can anyone tell if theres a way to type a raw numerical range given the screenshot?

image

My expectation: Typing a 0 should let me enter the numerical value 0 and extend it to a range.

I noticed that in conditions and data fields before, it is not possible to enter any numbers, however in the “Do a search” action you can type raw numbers in constraints (eg: id=5)

1 Like

This topic was automatically closed after 14 days. New replies are no longer allowed.