It's OK, I figured it out, it contains the userid. I got it working.
Catch up wih the Appery.io community on our forum. Here you'll find information on the lastest questions and issues Appery.io developers are discussing.
https://forum.appery.io/
It's OK, I figured it out, it contains the userid. I got it working.
Hello Terry!
Thank you for update!
I am facing the same issue. The "userID" in the URL in Settings is hardcoded. How do I set "userID" dynamically?
I think I can help there. You need to put something like {user_id} in the url. Then you create a parameter to be sent to the url called user_id. This can be then mapped as normal:
You need to set the request parameters.
The body tab contains any fields or extra fields you have created, This is one of mine, but you will need the user_id parameter:
and finally make sure your headers are correct for your database:
You then need to do your mappings as normal.
Hope this helps.
Problem solved.
Thanks!
Glad to help!
hi There !
when testing the service, the update (PUT) of the users table works well.
when installing on a 4.4.2 Android, it works well too. meaning the mapping works fine.
however, when installing on another device I have such as MotoG 4.4.4, it keeps sending error msg back.
has anybody encountered similar issue before ?
thk you,
Eric