abstracting the selected ariport from the list

0
when a passenger choose a destination airport from the reference selector on the page the one chosen must not be seen at the departure list how an i achieve this by microflow?
asked
3 answers
0

Hi Rustu,

 

assuming the departure and destination are selected on the same page and not committed in between, you can do it like this:

 

First retrieve all the airports, then remove departure or destination to your choosing.

answered
1

Hi Rustu,

You can add xpath constarin in retrieve activity as the $Departur != $SelectedDestination to fetch the values which is not equal to Selected destination.

 

Hope this helps you!

answered
0

Hi Rustu,

 

assuming the departure and destination are selected on the same page and not committed in between, you can do it like this:

 

First retrieve all the airports, then remove departure or destination to your choosing.

 

answered
0

Hi Rustu,

 

assuming the departure and destination are selected on the same page and not committed in between, you can do it like this:

 

First retrieve all the airports, then remove departure or destination to your choosing.

 

answered
0

Hi Rustu,

 

assuming the departure and destination are selected on the same page and not committed in between, you can do it like this:

 

First retrieve all the airports, then remove departure or destination to your choosing.

 

answered
0

Hi Rustu,

 

assuming the departure and destination are selected on the same page and not committed in between, you can do it like this:

 

First retrieve all the airports, then remove departure or destination to your choosing.

 

answered
0

Hi Rustu,

 

assuming the departure and destination are selected on the same page and not committed in between, you can do it like this:

 

First retrieve all the airports, then remove departure or destination to your choosing.

 

answered
0

Hi Rustu,

 

assuming the departure and destination are selected on the same page and not committed in between, you can do it like this:

 

First retrieve all the airports, then remove departure or destination to your choosing.

 

answered
0

thanks

answered