Execute operation
Action ID:tools.pymongo.execute_operation
Instantiate a PyMongo client and execute an operation on a Collection object.
Reference: https://pymongo.readthedocs.io/en/stable/api/pymongo/asynchronous/collection.html
Secrets
Required secrets:mongodb: required valuesMONGODB_CONNECTION_STRING.
Input fields
Collection to operate on
Database to operate on
Operation to perform on the Collection, e.g. ‘find’, ‘insert_one’.
Parameters for the operationDefault:
null.