Mongodb Database
Name of a Mongodb database
Evaluation
The widget evaluates to a string. If variable interpolation is enabled, any interpolation items are evaluated and replaced in the result.
Popup Selection
Use the database button request a list of available databases from the connection and pick one of them. The database button is only available inside steps that have a mongodb connection setting.
Auto-complete
Use CTRL + space
to trigger the auto-complete menu. It shows a filterable list of variables you can reference. Upon selecting, it inserts the selected reference using interpolation syntax.
Variable interpolation
The widget supports variable interpolation syntax. Substrings of the form ${exp}
are replaced with the result of evaluating exp
as a tweakflow expression and casting it to string.
You can switch variable interpolation on or off in the context menu.