After configuring the response output properly and testing it, I am only getting one title in the output result

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.

@Adwivn Russell​ I'm unable to retrieve the complete information and don't know the reason behind it.

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

Thanks for the sharing the workaround @Richvwd Gwvy​