How do I map a JSON response that is only an image(Google Place Photo response). The Automatically Create Service Response won't work because the only thing contained in the response is an image.
I tried to run this event after the Google Photo service completion(data/Events):
Appery("place_photo").attr("src","data");
This just loads an empty image with a torn file icon in the top right.
Is there a Service Response Parameter that I can add in order to make mapping work or can this only be done with JS?
Thank you for your Help!