I am using MongoDB on Retool and I want to do insertMany
. I don't understand why but for some reason, it is not available...
Does anyone know how I can do it? Potentially using another method as an alternative?
I am using MongoDB on Retool and I want to do insertMany
. I don't understand why but for some reason, it is not available...
Does anyone know how I can do it? Potentially using another method as an alternative?
Copyright © 2021 Jogjafile Inc.
Retool now supports insertMany!
You can also use a JS query to trigger an
insertOne
query multiple times. In your JS query, use an async function to trigger a query for every item in a list: