I have two custom post types Attorney and Location.
In the Attorney CPT I have an ACF Relationship field (office_location) that lets me select the location(s) for the attorney (ie the City for the branch they are in).
In the Layout Builder I set to use on CPTs for attorneys I have a text element with the dynamic content to pull in an ACF term {{dc:acf:field field=“office_location”}}
If I choose a different attorney to preview I get the “preview could not load”, on the front end nothing on the page is rendered after the location of the dynamic text field location. If I go back into the builder and select the text element and delete it everything is rendered again.
