I am using wm 6.1 i am picking the data from oracle using JDBC adapter service i have 3 records in the database(1,2,3) when i use the record id as 1 it gives the results 2,3 so on and when i give record id as 4 it shows the empty tag in results as i dunot want to see in the results tab as i dunot have any record in datbase
This is the default behaviour of the JDBC Adapter,if no records found upon the query then output shows empty results recordlist in the pipeline which your loop will not work in this case.
Please elaborate more if i misunderstood your requirement correctly.
my question is how to avoid the empty tag /structure in the results
do i need to drop that in pipline to avoid the structure when there is no record in the data base,
If once again i give the id =1 will the results are avaliable or not is my doubt,since i am droping the structure can i still see the result in the result tab,
is there no reason why you can not add simple flow logic to drop the empty tag i.e. use branch “set evaluate to true” and then sequence on a null result?