I am pulling an rss feed and mapping it fine. But I need to get an image url's that are not being added to the service response how do I map these images, when they are not in the service response?
inline.png?1387741855[/img] [/url]
Hi Robert,
On the screenshot that you have provided there is a response - 'image'.
Try to make mapping of 'image' url from the response.
Hi Robert,
Please find in Response the image you search. Post a screenshot of this part of your Response please.
In my first screenshot i have highlighted it.
Hello! Image you need is inside encoded response parameter, it's not in a separate parameter. You can retrieve in using JS from encoded parameter value.
I recall having come across a thread with a couple examples of using JS to get image url from server response, but cannot seem to find it. Could you provide me with an example or direct me to a thread.
Do you want to get image uploaded to Appery.io (your app) or URL returned via a service?
Url returned via a service. Maryna said above the image url is stored in service response encoded.
Can you show how the response looks? In there is URL in the response, in most cases, you would use it directly.