Hello,
I’m trying to use a formula to hide a component that is inside a card.
DATETIME_IS_BETWEEN(internalProps.timeNow, internalProps.startTime, internalProps.endTime, "minute", "[]")
I don’t understand why using this formula in Logic Flow of the card is not working, but if i directly put it inside a formula for the visibility parameter of the component is working.
This is my logic flow (the if function return always false)
Can you tell my why this is happening?