Hello everybody,
has anybody faced the problem that if a query which is executed in the EC produces results, and you are trying to copy or use the first of those results (row number 0 in the query result list) you can't really do it (it appears to be empty)?
The steps are the following:
1) EC Inport is triggered
2) the EC Inport triggers a query
3) you copy the query result list row number 0 (List.Get(0)) to some static field
4) the static field is empty, although if you show the list in the table, it is displayed correctly and the 1. row is included
That has the consequence that some solutions doesn't function in HTML5
Best regards,
Leonid Granatstein