Top Webflow automations
Explore Plans
Mobile menu Close menu
WebflowWebflow

Create live collection item

This action will create a live collection item.

About this action

Triggers, queries, and actions are the building blocks of Applets. Triggers tell an Applet to start, queries ask a question, and actions are its end result.

Developer info

Description
API endpoint slug
webflow.create_live_collection_item
Filter code method
Webflow.createLiveCollectionItem.skip(string?: reason)
Runtime method
runAction("webflow.create_live_collection_item", {})

Action fields

Collection ID Dropdown list

Label
Which collection?
Slug
collection_id
Required
true
Can have default value
false

Slug Text input > Other

Label
New item slug
Helper text
Slug
slug
Required
true
Can have default value
true
Filter code method
Webflow.createLiveCollectionItem.setSlug(string: slug)

Name Text input > Other

Label
New item name
Helper text
Slug
name
Required
true
Can have default value
true
Filter code method
Webflow.createLiveCollectionItem.setName(string: name)

Other fields json string Text input > Other

Label
Other fields JSON string
Helper text
Slug
other_fields_json_string
Required
false
Can have default value
true
Filter code method
Webflow.createLiveCollectionItem.setOtherFieldsJsonString(string: otherFieldsJsonString)