createDataCollection( )


Creates a new data collection.

The request body must include an ID, details for at least 1 field, and a permissions object. If any of these are missing, the collection isn't created.

Method Declaration
Copy
Method Parameters
collectionDataCollectionRequired

Collection details.

Returns
Return Type:Promise<DataCollection>
Errors

This method doesn't return any custom errors, but may return standard errors. Learn more about standard Wix errors.

Did this help?