Nick7568710
Posts: 0
Joined: Wed Jun 03, 2015 2:36 pm

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

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?

Alena Prykhodko
Posts: 0
Joined: Tue Apr 09, 2013 7:36 am

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

Hello Nick,

We'll check and reply as soon as possible.

Nick7568710
Posts: 0
Joined: Wed Jun 03, 2015 2:36 pm

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

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.

Nick7568710
Posts: 0
Joined: Wed Jun 03, 2015 2:36 pm

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

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.

Serhii Kulibaba
Posts: 150
Joined: Tue Aug 27, 2013 1:47 pm

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

Hello Nick,

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

Nick7568710
Posts: 0
Joined: Wed Jun 03, 2015 2:36 pm

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

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

Nick7568710
Posts: 0
Joined: Wed Jun 03, 2015 2:36 pm

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

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

Serhii Kulibaba
Posts: 150
Joined: Tue Aug 27, 2013 1:47 pm

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

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

Nick7568710
Posts: 0
Joined: Wed Jun 03, 2015 2:36 pm

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

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.

Return to “Issues”