Page 1 of 1

Storage variable query

Posted: Tue Jun 23, 2015 2:34 pm
by LiquidGold

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.


Storage variable query

Posted: Tue Jun 23, 2015 7:14 pm
by Illya Stepanov

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/...


Storage variable query

Posted: Tue Jun 23, 2015 9:54 pm
by LiquidGold

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.