cancel
Showing results for 
Search instead for 
Did you mean: 

Unable to select item from dropbox list.

Adnan3194
Level 6

i am trying to make a object of web based ticket booking site. but i am unable to navigate the Passengers data the dropbox.   for references i attached the screenshot. please guide how to resolve it1.jpg2.jpg3.jpg

71 REPLIES 71

Hi @Adnan3194 

Try adding in a Trim for the departing On day value, it looks like the filter is outputting nothing as its not matching accurately the 2 values. "[Text] = '"&Trim([Departing On-Day])&"'"

Sorry @Adnan3194 i was just going through what you were doing with the filter here, if you just need to the index number based on the month that has been input then you could do either a choice rather than a loop of a collection or since you have the loop already built just write the index number to the navigate stage you are using. I think you mentioned you had an issue using it from there so maybe set the column to be a number instead of using ToNumber() in the navigate or if that doesnt work then write the value out to a separate data item which is set as a number then use that data item for the navigate index.