Overview
The benefits of using this plug-in versus MongoDB’s REST API include:
NOTE: the detailed documentation PDF can be found by clicking the Download button
Key Features & Functionality
Provides the following Integration Operations:
READ Integration Operations:
WRITE Integration Operations:
Provides a set of Expression Functions for easily generating MongoDB Query Expression JSON without creating rules or concatenating strings.
How to use mongo db syntax in appian "db.students2.updateOne({ },{ $set: { "grades.$[elem].mean" : 100 } },{ arrayFilters: [ { "elem.grade": { $gte: 85 } } ] })"
Error received: Error code 2: No array filter found for identifier 'elem' in path.