I have some regular ACF fields setup on a custom post type, I need to refer to them in separate pages. I have created an ACF block specifically for that post type to display this info, so user can move it around in the layout but it doesn’t show the data.
I have tried adding scope using <?php the_field('location', $post->ID); ?>
but this doesn’t work either, in Editor or front-end.
Has anyone else found out how to do this? I’d like to have the data as meta fields but may need to abstract it into the block if theres no fix.