ACF Image field not showing in Posts Element

ACF Image field doesn’t show in the Posts element. It only uses Featured Image which we don’t use.

The work around I am planning is loading a field as metadata and then wrapping it in HTML like so:

img src="{acf_photo}" width=“300” height=“300” /

This doesn’t feel right - anyone know a better way?

Also - what happens if the field is blank? I can’t see a way to exclude.

Hi - Did you get that working in the end?

There’s some info here that might be of use to you

Hi, I’m having the exact same issue here. I’ve set up a Post field with ACF:
Screenshot 2024-07-02 at 17.24.39

In the Posts elements, I’m trying to get the image but it returns the image ID (even if I choose array or URL in ACF). I can use the featured image too but I need to display two images, one featured and another one coming from an ACF custom field.

Thank you,