CustomTimeRange

I would like my workspace to have the time range go from yesterday at 16:30 to now. The problem is that it doesn’t update each day. Is there a way to save a custom time range or to have the workspace set itself to that time in the from.

I thought I had figured out a solution by using now -1d/d+990m. That will work until I get to 16:31 on that day, it would need to switch to now/d + 990m. Not sure how I can add it the formula based on the current time of day. Can I use an if statements?

I feel like I had it. I tried to do this but it fails. I think you can’t have more than one + and/or - in the formula. “now+450m/d” works but this fails “now+450m/d-450m”. Any ideas?