I dont know how to proparly use xpath to obtain lines in my datagrid

0
See screenshots. http://i.gyazo.com/4a7e9d886877dfcc53bb580d9cde1328.png http://i.gyazo.com/6af9a72f01ff52fb73e65d3431ab6d28.png So we have a system that lets companies like restaurants or bars place orders at suppliers. products are linked to supplier companies. We have let the users place orders and this has been sent to a shopping cart. At this point i want to show these orders to the supplier company in a nice overview. at this point they can confirm or cancel the order. the problem is that i dont know how to pull these orders from the database using xpath. the xpath documentation seems outdated since it shows statements starting with // while // gives instant error in xpath. perhaps i can invite somebody to the project? please advice how to proceed. Kind regards, Chris
asked
1 answers
2

Chris,

you can retrieve the data with a microflow action that does a retrieve from database. Start your statement with a square bracket "[" in stead of the indicated //.

answered