Hi,
How do I create the variable “if the price is between 0,1-0,5” ?
Hi,
How do I create the variable “if the price is between 0,1-0,5” ?
You can create a variable in the Flow editor, it must be created before you can use it in your flow (not during runtime in a flow).
Yo can change the value of a variable via flow.
https://support.homey.app/hc/en-us/categories/4410185066514-Flow
When I get your Q right,
AFAIK there is no “value is between x and y” logic card, only if an app provides for it.
Using logics cards, you can do this:
When…
-price changes
And…
-logic card [price tag value] is greater than 0.1
-logic card [price tag value] is less than 0.5
Then…
-do something
both And cards have to be true, so only values between 0.1 and 0.5 make the flow continue
You can find the price tag value like this