Hola, estoy intentando hacer que en el workflow me tomé el valor de la etiqueta …tr[1] en la primera iteración, tr[2] en la segunda y así sucesivamente pero lo estoy poniendo en una etiqueta Xpath así:
Hola @MartelKhan,
Yo no hablo español, pero yo pienso que tengo un solution (en ingles):
You can create the full query with a String Manipulation (Variable) node: concat(".../table[2]/tbody/tr[", string($${IcurrentIteration}$$+1), "]/td[5]/table/tbody/..."). Then you use this generated query in your node via flow variable.
I hope this helps,
Alexander