ContributionsMost RecentMost LikesSolutionsHow to check if a node exist in array list in XML response Need to check the duration node exists in the response as below <cns:PaxJ1> <cns:D1 UnitCode="Miles">1442</cns:D1> <cns:Duration>PT05H43M</cns:Duration> <cns:PID>FLTd3005a05ebf03</cns:PID> <cns:PRefID>SGMd1005a05ebf03</cns:PRefID> </cns:PaxJ1> <cns:PaxJ1> <cns:D1 UnitCode="Miles">1452</cns:D1> <cns:Duration>PT05H63M</cns:Duration> <cns:PID>FLTd3yy5a05ebf03</cns:PID> <cns:PRefID>SGMd1133405ebf03</cns:PRefID> </cns:PaxJ1> Re: How to read unique data in a column through JDBC request without giving conditions nmrao I have got the solution thanks for the reponse and support Re: How to read unique data in a column through JDBC request without giving conditions richie I have got the solution for it thanks for the reponse and support How to read unique data in a column through JDBC request without giving conditions Hi Team, I am using JDBC step for retrieving data in which we use data from a column and use it in another request.But if I use the data from first row it will not be usefull next time if I run the query. So when I run the case for the second time it should not take the data from first row. It should take from second row data. Can anyone help me out in resolving this? Thanks Solved