Hi
I have a XML reference document loaded and mapped to a xml local variable.
When using a Repeater to select to a specific row (of the xml local variable), I am not able to see those items in the repeater. Any idea?
example transaction sequence
1. Load a reference document
2. Create Local variable (xml type)
3. Assign reference document to this Local variable
4. Under Load reference action block, create a repeater. Configure repeater to repeat on defined rows.
5. Under this repeater, an actionblock to select the row of the repeater....(Here I am not able to see the rows in the item)
thanks