Skip to main content

I am trapping for an update error.  I would like to be able to send a message to the offending user and use a delay to attempt to perform the update after a set time.

if you just want to retry the action after a set time, I would recommend the 'Update Multiple Items' action, as it offers error handling, in contrast to update item and update field).

Getting the user of the short-term checkoutstatus is more problematic, as it isnt as readily available. You could try the Nintex PowerShell action (although still in beta), and retrieve CheckoutStatus and LockedByUser properties of the file.

Link to the Nintex PowerShell Action post: NTX PowerShell Action - Initial Beta Release


Reply