apps.datastore.bulkPut method
Usage info
This method is only available for workflow apps.
This method is used to create or replace items in a datastore in bulk. Limit of 25.
	{
		"datastore": "delicious_meals",
		"items": [
		  {
		    "id": "12462",
		    "meal": "Shawarma"
		  }
		]
	}
Refer to Datastores for more information.