Hello,
In the BP travel exercise, we create a collection with different variables.
There is a decision stage to decide whether the first line of the combo box is empty:
Len([From Airports.Item Text])=0
I´ve got an error telling me that .Item Text doesn´t exist.
That´s correct because I don´t create it. This is how I get the list:
I checked the solution, and I cannot see how the ".Item Text" was created.
What am I doing wrong?