LiquidGold
Posts: 0
Joined: Tue Jun 23, 2015 2:10 pm

Storage variable query

I'm new to app development, and more familiar with SQL. But, basically, I have a user sign in, and they'll see clients assigned to them. Then they pick a client from that list, and I need to send that client name through a query of all of their clients to pull the last visit. I stored the client name they clicked in a Storage variable, but I can't seem to use that variable in a query to retrieve all of the other fields related to just that client. If I can't use a storage variable, how else can I send the clicked name to another query? Or, I'm not referencing the variable correctly. I'm not sure.

Illya Stepanov
Posts: 0
Joined: Mon Mar 18, 2013 8:48 am

Storage variable query

Hi -

In Appery.io we are using MongoDB for our cloud database which is exposed through REST services inside the visual builder.

Basic queries you can find here in our Docs: https://devcenter.appery.io/documenta...

And check following forum topic: https://getsatisfaction.com/apperyio/...

LiquidGold
Posts: 0
Joined: Tue Jun 23, 2015 2:10 pm

Storage variable query

Thank you. I did read that documentation, and got a working REST service setup for login, but that variable was throwing me off for this task. That second link might do the trick.

Return to “Issues”