Please disregard the last question. The query worked fine with the parameter mapping. My mistake was in the API URL. I left in the where={}, but after removing that it all worked fine.
Please disregard the last question. The query worked fine with the parameter mapping. My mistake was in the API URL. I left in the where={}, but after removing that it all worked fine.
Jon (or anyone else that may know), where do you add the "where" parameter to the list REST service? I tried just adding it in the Request, but maybe I need some additional syntax.
Thanks,
James
Nice work Chris. What do you think the path would be for images I uploaded to Appery?
I thought it would be something like you posted or else something like this, but so far nothing has worked.
$('image[name=imagename]').asset('assets/image/yourimage');
Hi, can you provide an example of javascript code to change the asset of an image on an event? I'm trying to make a basic image swap, but it doesn't seem to be working. Thanks.