I'm displaying data onscreen from the database with the following code
I would like to pull data from the images field, specifically the subfield "image_fulltext_caption" as shown here in the database -

I just cannot figure out the proper syntax for it to work, I was thinking something like the following -
{var:read_data17.load_fields.title}This is working correctly and displaying from the proper field.
I would like to pull data from the images field, specifically the subfield "image_fulltext_caption" as shown here in the database -

I just cannot figure out the proper syntax for it to work, I was thinking something like the following -
{var:read_data26.load_fields2.images."image_fulltext_caption"}I've tried a couple different things but can't get anything to work