I have an hour number column in my sharepoint list. the value of column hour is any single number from [0,1,2,3,4,5,6,7....22,23,24]
Now i want my flow to run based on my condition which is :
run if hour value in sharepoint is equal to the current hour
I tried the following:
this one works fine but I should put manually 7

I tried to make it better by using expression in the value of 7 so that it will always compare with current hour of the day:

but this one fails, it doesnot work.
hour field in my sharepoint list is number data type.
your suggestions and solutions are welcomed