I am using Beaver Builder, Beaver Themer, and Meta Box. Meta Box creates custom post types (CPT) and custom fields. I created a template with Beaver Themer. Meta Box shortcodes are used to generate content from the CPT and custom fields.
In Beaver Builder, using PowerPack Info List, I placed the shortcode key_takeaway_3 as a list item. I am using Conditional Logic to hide the Info List if no content is available. The field I want to hide if empty is part of the custom field group. key_takeaways is the group id. key_takeaway_3 is a sub field in the group. In the conditional logic, I am choosing to Display this content if the following conditions are met... Meta Box,>>Post Field, key_takeaway_3 as the key and "is set". It's not working. However, Meta Box,>>Post Field, key_takeaways as the key and "is set" does work. Am I supposed to use a combination of the group and subgroup as the key? Is this because key_takeaway_3 is a sub field?