Possible to hide/show blocks based on record attributes that are pulled from the page?

Hi @gabeski , given the changes in architecture, I think your best option is to use @artur 's snippet here

You’d need to have your “revieweremail” field included in the block (it can later be hidden from view with some custom code on the page), and you’d use that in lieu of “fieldName” in Artur’s example. “YourValue” would be your LoggedInEmail and the forms any item that you want to hide based on that condition.

If that doesn’t work for you, let us know, we can try to debug it together.