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

69 REPLIES 69

Try :

Replace([Departing From],Chr(10),"")&Chr(10)

Adnan3194
Level 6

thank you very much.. can you share your contact number ?

Sorry i dont have a professional number.

If you need help you can post here in the community. We are here for you even in the week if we can 🙂

navigation is working with ITEM INDEX, month convert with order number (means January=1, Februry=2 and so on) while item data give the detail of month name how to convert months name with number. please guide what will be the expression/1.jpg2.jpg3.jpg

Hello @Adnan3194 

You can create a collection MonthName with 2 Fields

Month (Text) ans Number (Number).

In Month you put January, February ... Etc

And in Number 1,2....Etc

If your data item is equal to May 

Then you filter the collection with collection manipulation Object and Filter Collection action 

You put in the filter expression :

"[Month] = '"&[Departing On-Day]&"'"

So now you pass in the Navigate expression in Index Number :

Your New Collection something like

[MonthNameOut.Number]

 

And it will give you the right answer.

Is it ok for you ?

Let me know

I

4.jpgplease guide how to add expressionplease guide how to add expression6.jpg

Ok

So in Filter Expression put :

"[Text] = '"&[Departing On-Day]&"'"

 

And then In Navigate Stage In Item Index put

ToNumber([Month Out Number.Value])

For example if Departing On-Day = May

So we will filter on it, and the  we will have 5 that you will pass in Item Index

7.jpg8.jpgdata is not store in new collectiondata is not store in new collection

errorerror