PublishPress Future is a handy plugin for scheduling actions like unpublishing or deleting posts (of any post type) at a specified date and time in the future.
It provides a handy [futureaction] shortcode that outputs the current single post's action date.
If you are looking to conditionally output an element in Bricks depending on whether the current post has a PublishPress Future action set, define a custom PHP function like this:
Conditionally Outputting Query Loop Item Based on Post Meta in Bricks
Rendering query-loop enabled posts depending on the value of each post's custom field value is tricky because by default, the custom field plugins' functions or…