Purpose: When triggered, will lock the item.
A sample use case can be when a file is uploaded to a specific folder. Let's say a team is working with two parent folders: 'Drafts' and 'Finalized Documents'. Whenever a file is added to the 'Finalized Documents' folder, it can immediately be locked to prevent further modifications.
An event can be created with the 'On File Create' trigger and the 'Lock Item' action to achieve this:
*Note: The Parent Id would be the id of the 'Finalized Documents' folder.