How to execute a task that is running every minute but only at a specified time?

I have a task that is running every minute and have a slurry of functions to run but only at certain times. Essentially I want to write a condition that if current time is 1am for instance, execute my function once (it should only happen when that time is hit, every other minute that elapses after should not continue to execute the function over and over), if current time is 11am, execute a different function, and so on…

Where I am tripping up I think, is how do I tell Xano in the expression builder IF GIVENTIME (i.g. 1am, 11am, 3pm, etc.) execute my fucntion. It is not clear to me how to specify a time to run a function in a task that is running every minute.

3 replies