Have you changed any other services? Please post or share the app public link.
Have you changed any other services? Please post or share the app public link.
Hi my app is shared. Thank you for the help!
Hello! Sorry, could you remind your app name?
Personator ![]()
Hi Johnny,
In the service that reads the data, you would need to add a request parameter "where" and pass there the user id from the login service.
Ok thank you, let me try this.
Johnny,
On what page and in what service did you make changes?
InsuranceDetails
Johnny,
Create mapping as in the above screenshot and add the following JS code to 'where' parameter:
codereturn '{"_id":"' + value + '"}';/code