Page 1 of 2

How do you get the value from a Select Menu after a List Service has populated it?

Posted: Thu Jun 11, 2015 3:03 pm
by Nick7568710

I've mapped a list service to the Select Menu, but when I try to use the values from the Select Menu later, the values from the original service are not found. What do I do?

This is where I use the List Service to populate the Select Menu
Image

This works, as seen here.
Image

When I try to use the values from the select menu in a service later, the values don't exist, seen here.
Image

I've tested the query service, and it works when you put in a value from another place, just not the select menu. So this is a screenshot showing that I have tested the query service.
Image

So even though the list service to Populate the Select Menu works, other services seem to be unable to use the values from the select menu at a later point. What do I do?


How do you get the value from a Select Menu after a List Service has populated it?

Posted: Thu Jun 11, 2015 6:49 pm
by Alena Prykhodko

Hello Nick,

We'll check and reply as soon as possible.


How do you get the value from a Select Menu after a List Service has populated it?

Posted: Fri Jun 12, 2015 7:14 am
by Nick7568710

Why was this marked as answered? If other users could have suggestions while i wait for an answer from you, this will deter them from clicking.


How do you get the value from a Select Menu after a List Service has populated it?

Posted: Fri Jun 12, 2015 7:16 am
by Nick7568710

Why was this marked as answered? It has not been answered yet.

also, If other users could have suggestions while i wait for an answer from you, this will deter them from clicking.


How do you get the value from a Select Menu after a List Service has populated it?

Posted: Fri Jun 12, 2015 9:09 am
by Serhii Kulibaba

Hello Nick,

Please remove mapping arrow from select component and get it's value with JS below:
var value = Apperyio("RA_SelectMenu").val();


How do you get the value from a Select Menu after a List Service has populated it?

Posted: Fri Jun 12, 2015 2:16 pm
by Nick7568710

That works, seen here.

Image

However, it displays the dates for every single entry in the database, rather than from the value selected in the Select Menu.

Image


How do you get the value from a Select Menu after a List Service has populated it?

Posted: Fri Jun 12, 2015 2:18 pm
by Nick7568710

That works, seen here.

Image

However, it displays the dates for every single entry in the database, rather than from the value selected in the Select Menu.

Image


How do you get the value from a Select Menu after a List Service has populated it?

Posted: Mon Jun 15, 2015 6:31 pm
by Serhii Kulibaba

Could you please provide screen shots from browser network tab with service response data?


How do you get the value from a Select Menu after a List Service has populated it?

Posted: Tue Jun 16, 2015 1:32 pm
by Nick7568710

I'm sorry, but i'm new to appery and app design in general. I don't know how to do what you're asking me to do.


How do you get the value from a Select Menu after a List Service has populated it?

Posted: Tue Jun 16, 2015 1:47 pm
by Alena Prykhodko