yesterday
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 it
Answered! Go to Answer.
yesterday
Try :
Replace([Departing From],Chr(10),"")&Chr(10)
yesterday
thank you very much.. can you share your contact number ?
yesterday
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 🙂
yesterday
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/
yesterday - last edited yesterday
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
yesterday
yesterday
Ok
So in Filter Expression put :
"[Text] = '"&[Departing On-Day]&"'"
And then In Navigate Stage In Item Index put :
ToNumber([Month Out Number.Value])
yesterday - last edited yesterday
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
yesterday
yesterday