Create Microsoft SharePoint item from Email tag
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)
Applets using this Action
-
-
Create Microsoft SharePoint item from RSS Feed
-
Add to Microsoft SharePoint when Email is tagged
-
Add Microsoft SharePoint list item daily with Date & Time
-
Create Microsoft SharePoint items from Google Forms responses
-
Create Microsoft SharePoint list item from Webhooks event
-
Create Microsoft SharePoint list item from Google Sheets row
