Hi! I am having very simple flow triggers every5 mins.
Now, we want to make it work every 15mins between 14:30 - 22:30 IST (weekdays) otherwise refresh should happen every hour (so 22:30-14:30 IST & weekends)
I am keep receiving below error: Unable to process template language expressions for action 'Condition' at line '0' and column '0': 'The template language function 'greaterOrEquals' expects all of its parameters to be either integer or decimal numbers. Found invalid parameter types: 'Boolean'.'.
so i believe i am having error in a condition branch where i change int to hmm and also change utc now to IST
Can somebody help me in creating proper condition for the requirement above ?