Get repeating section lookup data from xml

  • 4 October 2017
  • 1 reply
  • 15 views

Badge +11

Hi

How do i get the text part of a repeating section lookup field out of xml? I can't connect to an ID in the repeating section. 

Is there an XPath to access the text captured in the lookup field?


1 reply

Userlevel 5
Badge +14

lookup value/text is not being stored within repeater XML, just an ID.

to get text value related to the ID you have to make one another lookup, eg with set variable action

it might look like this

208988_pastedImage_1.png

Reply