This may be a 100% noob question. I spent the better part of an hour coming up with the below formula to allow me to test the time and only further process the flow if it is after 4pm (or 16 hours)
int(substring(convertFromUtc(utcNow(),'Pacific Standard Time'),11,2))
The issue is it took me a long time to figure out why it was failing to work properly. I was guessing what the convertFromUtc() was returning based on the help pages, then figuring out what the substring() was returning because I finally figured out it starts at 0 and not 1, etc.
I could have saved myself about 30min easily if there was a box or a way to just key that formula in and press {ENTER} and get a result to see if it is what I need. Instead I had to keep testing the flow and then looking at the error messages. Very time consuming. Is there an action, or something that can help, or is this in the UI somehwere and I just don't know it?