Postman Flow - Find prior hour based on current date/time

I am working through a flow and have an API which is returning with a field that shows the date/time stamp. I am trying to find record the prior hour of that timestamp.

Example: Now() = ā€œ2022-12-15T23:01:57.064368Zā€

In this example, I would like to look at only records that are between 22:00 - 23:00. Note, It is possible that it could be the prior day.

I found a solution here by using the evaluate block and doing a $dateplus

This topic was automatically closed 3 days after the last reply. New replies are no longer allowed.