Explore Plans
Mobile menu Close menu
Microsoft SharePoint

Create an item in a list

This action will add a new item to the SharePoint list you choose, setting the column values you provide.

Developer info

API endpoint slug
sharepoint.create_list_item
Filter code method
Sharepoint.createListItem.skip(string?: reason)
Runtime method
runAction("sharepoint.create_list_item", {})

Action fields

List Dropdown list

Label
Which list?
Helper text
Choose the list to add the new item to.
Slug
list
Required
true
Can have default value
false

Column values Text input

Label
Column values
Helper text
One Column=Value per line, e.g. Title=New request. URL, person, and managed-metadata columns cannot be set.
Slug
column_values
Required
true
Can have default value
true
Filter code method
Sharepoint.createListItem.setColumnValues(string: column_values)