Page 1 of 2

Where do I put a curl command?

Posted: Mon Mar 09, 2015 8:09 pm
by Logan Wells

Where do I insert a curl command for when I am trying to sort data, but I do not know where to put the curl command.

Thanks!


Where do I put a curl command?

Posted: Mon Mar 09, 2015 8:13 pm
by Egor Kotov6832188

Hello Logan,
The curl command is for better understanding and shorter form of request structure.

To create a sorting query for your DB collection please read this doc
http://devcenter.appery.io/documentat...


Where do I put a curl command?

Posted: Mon Mar 09, 2015 9:25 pm
by Logan Wells

Thank you, I sorted the data, and when I test it within the service, like how it looks here:
Image

When I press test to see how it looks, it works perfectly, and sorts it in the correct order.

However, on the app it still lists the data it in the same order it did beforehand.


Where do I put a curl command?

Posted: Tue Mar 10, 2015 10:08 am
by Illya Stepanov

Hi Logan -

Check if there are any errors in the browser console on the page in the app.


Where do I put a curl command?

Posted: Wed Mar 11, 2015 12:45 am
by Logan Wells

Where can I do this?

Thanks so much for responding so quickly!!!


Where do I put a curl command?

Posted: Wed Mar 11, 2015 12:51 am
by She

Hi Logan,

  1. test your app
  2. in browser tester inspect element
  3. then go to console tab
  4. using console tab you can see if there's an error into your app.
    Image

Where do I put a curl command?

Posted: Wed Mar 11, 2015 10:41 pm
by Logan Wells

Hi There,

Thanks for responding, once again!

I did just that, and it now shows this:

Image

I went to the link, but I do not understand what the guide is saying.

How did this happen?

Thanks!!!


Where do I put a curl command?

Posted: Thu Mar 12, 2015 9:36 pm
by Egor Kotov6832188

Hello Logan,
this message means that your app trying to change something, but you removed element or changed page,
can you paste screenshot of mapping on success event for your service, and show us how you are calling it ?


Where do I put a curl command?

Posted: Thu Mar 12, 2015 11:33 pm
by Logan Wells

Hello,

I forgot to connect the data, so here is how it looks now:

Image

And it now looks like this in the console:

Image

Thanks so much!!!


Where do I put a curl command?

Posted: Mon Mar 16, 2015 2:57 am
by Yurii Orishchuk

Hi Logan,

This mapping looks ok.

But may be you have any other mapping(with other service datasources on any of these elements you use in this(showed above mapping)?

Please give us your app public link and describe steps how we can reproduce this issue your app.

Regards.