How do I display an image fields URL with a shortcode? I am using Toolset which can display text fields created by ACF but when I use an image field I get this:
“12845, 12845, george, george.png, https://englishstudio.com/app/uploads/2017/01/george.png, , 4, , , george, 2017-01-20 15:59:38, 2017-01-20 16:00:17, image/png, image, https://englishstudio.com/wp/wp-includes/images/media/default.png, 945, 945, Array”
So the URL is in there but surrounded by other code. How do I get just the URL? I have tried the ACF shortcode but that only displays the ID.
I’m have the same problem.

I’m used the shortcode [acf field='perfil']
But the post shows:
268, , perfil_betetera_naranco, , , image/jpeg, http://whiteweb.es/rutasdeasturiasconbici/wp-content/uploads/2018/05/perfil_betetera_naranco.jpg, 1238, 442, Array
You have the field set to return an image array and what you’re seeing it the array made into a string. You need to set the image field to return the url.