Can someone give me the correct Branch Path condition xPath for the following:
I need the xpath condition for when the ResultSet rowCount="0".
<Payload Role="C" id="atom4" system="0010000101" mode="single" method="Automatic detection by key word(Automatic detection by key word)" plr="4" dbtype="HANA" blockExecution="false" compatibilityMode="true" delimiter=";" sql="select "CardCode"
			from "OCRD" 
			where "U_MCID" = N'19226'" disable-output-escaping="false">
<ResultSet xmlns="urn:com.sap.b1i.adapter:jdbcadapter" rowCount="0"/>
</Payload>
</Body>
</Msg>
I have tried the following but the syntax is not correct.
/*[/vpf:Msg/vpf:Body/vpf:Payload[./@id='atom4']/jdbc:ResultSet[./@rowCount=‘0’]]
Regards,
Tom