Hi - Please submit a support request at: a href="mailto:support@appery.io" rel="nofollow"support@appery.io/a -- with your account name (email) in Appery.io - we will check it from our side.
Hi - Please submit a support request at: a href="mailto:support@appery.io" rel="nofollow"support@appery.io/a -- with your account name (email) in Appery.io - we will check it from our side.
I had the same problem for 2 day...I used the FIND method on API Express to solve it. Here's how i did it :
1) Filter your array in the FIND section of API Express by doing some tests with json key/value pairs in the REQUEST PAYLOAD section.
2) Once you have your desired query copy and paste the resulting REST Url into the Services URL section (see below)
3) Keep the key on the URL and replace the value with a variable (in this case I replaced with {rfc}).
4) Add a Request parameter with the same name as the variable
5) Use it in your app (I loaded it after login as a localStorage variable, and then used it as a request parameter to load a list.
Hope it helps and let me know if I can help you further.
hmm, I'm going to try this out, thank you! Ill share my results.