Skip to Main Content

MongoByte MongoDB Logo

Welcome to the new MongoDB Feedback Portal!

{Improvement: "Your idea"}
We’ve upgraded our system to better capture and act on your feedback.
Your feedback is meaningful and helps us build better products.

ADD NEW FEEDBACK

Atlas Triggers and Functions

Showing 61

Add Trigger call for failed/unsuccessful login

We can have a trigger that fires based on a wrong password. For examples, as an user If I enter wrong password then it should be handled using some trigger. I have already opened a case on mongodb support : https://support.mongodb.com/case/0093...
Guest over 3 years ago in Atlas Triggers and Functions 0 Submitted

Call Functions In Background

Currently, if you call a function for example function_1 from a separate function function_2. Function_2 will wait for function_1 to execute and return before continuing. We have a function that we'd like to use to execute a different function wit...
Guest about 1 year ago in Atlas Triggers and Functions 0 Submitted

Configure Realm notifications

Currently only all project owners of the Atlas project in where your Realm app situates will receive notification of suspended trigger. This currently cannot be customized. We want to have the possibility to configure the notifications to include ...
Guest almost 5 years ago in Atlas Triggers and Functions 0 Submitted

Postman snippet generator

Working with the http library has been the most frustrating part of working with Realm functions. Postman has an awesome "generate code snippet" feature, with lots of options like Axios and Unirest. It would great if I didn't have to manually conv...
Guest about 5 years ago in Atlas Triggers and Functions 0 Under Consideration

Support Multiple CRON Schedules Per Trigger

It's not uncommon to want different trigger schedules to run on different days of the week, notably weekdays and weekends. The current solution is to create separate triggers that call the same function, but ideally, a single trigger could support...
Guest over 2 years ago in Atlas Triggers and Functions 1 Submitted

Triggers on DB level rather than single collections only

Change streams support events on DB level *or* single collections, but triggers are limited to single collections. Which means that if we wanted to listen on changes in a generic way, we would have to setup a trigger for each collection and set th...
Guest over 2 years ago in Atlas Triggers and Functions 0 Planned

Meaningful errors

Descriptive errors are crucial for debugging and simply cannot be found with Atlas App Services ! 1) If an error occurs - the whole function cascade is terminated - not only the steps following the error but also the ones prior to it. i.e. if a co...
Guest almost 3 years ago in Atlas Triggers and Functions 0 Submitted

display all functions currently using a value

While viewing a VALUE, it would be most helpful if there could be a list of all functions currently using it.
Guest almost 3 years ago in Atlas Triggers and Functions 0 Submitted

Support for appService functions

Being able to program the functions from vscode.
Guest almost 3 years ago in Atlas Triggers and Functions 0 Submitted

Ability to set Values in Functions

Ability from webhooks and functions to call context.values.set() and set a value that can then be referenced somewhere later. This could dramatically cut back on calls to outside APIs as we need data in multiple places so we end up having to make ...
Guest over 7 years ago in Atlas Triggers and Functions 0 Submitted