Hi Antonia!
You can create new database service and select Query operation for your db collection. New RESTService with parameter "where" will be created. Parameter "where" has format '{"column_name": "element_value"}'. Service response returns collection data that satisfies entered request.
To use Edit mapping in request parameter "where" you have to map local storage variable or component to parameter "where" and add following JS code:
codereturn '{"column_name": "'+value+'"}';/code
To add this JS code press this button: