I got it to work!
Thanks for the info Maryna Brodina and Katya Yakusheva!
Great support.
I got it to work!
Thanks for the info Maryna Brodina and Katya Yakusheva!
Great support.
This is my public link:
Hello! Could you clarify what do you want to show on the second page?
The second page I need to show "quever"
Hello,
1) You got the url in your service:
{database_url}/collections/lugares/{object_id}
there in request parameters is obj_id, but must be object_id (as in url).
2) On screenshot is the correct mapping from _id to target, but in project via public link I can see that there is a mapping from quever to tag ID. You should restore mapping as on the screenshot.
3)Please change the order of actions Set local storage variable and Navigate to the page
4)You can't use the same service on two pages. Because these services must perform different tasks (one returns all, another returns particular record) . Thus, you should create 2 different services for these tasks.
It will be helpful, if you watch our tutorials.