Explore Plans
Mobile menu Close menu
Microsoft SharePoint

Item updated in a list

This trigger fires when an item in the SharePoint list you choose has the column you're watching change, optionally only when it changes to a specific value.

Developer info

API endpoint slug
sharepoint.item_updated_in_list

Trigger fields

Watch column Dropdown list

Label
Which list and column to watch?
Helper text
Choose the list and the column whose changes should fire the trigger, such as Status.
Slug
watch_column
Required
true
Can have default value
false

Watch value Text input > Other

Label
Only fire when it changes to this value?
Helper text
Optional. Leave blank to fire on any change to the watched column, or enter a value (e.g. Approved) to fire only when the column changes to it.
Slug
watch_value
Required
true
Can have default value
true

Ingredients

Item

Slug
item_id
Filter code
Sharepoint.itemUpdatedInList.ItemId
Type
String
Example
42

Item title

Slug
item_title
Filter code
Sharepoint.itemUpdatedInList.ItemTitle
Type
String
Example
New vendor onboarding

New value

Slug
new_value
Filter code
Sharepoint.itemUpdatedInList.NewValue
Type
String
Example
Approved

Previous value

Slug
previous_value
Filter code
Sharepoint.itemUpdatedInList.PreviousValue
Type
String
Example
Pending

Item url

Slug
item_url
Filter code
Sharepoint.itemUpdatedInList.ItemUrl
Type
Web URL
Example
https://contoso.sharepoint.com/sites/Marketing/Lists/Requests/DispForm.aspx?ID=42

Changed at

Slug
changed_at
Filter code
Sharepoint.itemUpdatedInList.ChangedAt
Type
Date with time (ISO8601)
Example
2020-07-08T04:17:06+05:00