This thread was migrated from an old forum. It may contain information that are no longer valid. For further assistance, please post a new question or open a support ticket from the Customer Support portal.
**Image removed for security reasons**
Here in api/integration/response output I have a name called "title" to which path is given as /rss/channel/item/title.
Now this should give me an output of multiple titles that are present in the requested page, but I'm getting only one.
The error was that before title we had to mention articles and assign it's datatype to collections and xpath to /rss/channel and then titles xpath to item/title and then select articles in collection option and it will work