05
Dec
Version 1.4
in Releases
Comments
Updated triggers and actions
- File copy action returning value has been changed to provide more useful results. Now you can get copied filename with absolute path with pattern
{PREVIOUS[file]}
, to get filename without path use pattern{PREVIOUS[name]}
in the next action in a workflow. - Send email action: added two new configuration fields: From name, From email address. Added optional ability to track successful or unsuccessful sending in selected storage.
- Get list of users action: now users can be retrieved by using two new configuration fields: include and exclude with a set of usernames (logins) or/and user IDs.
- Easy Form action: now you can specify a list of allowed file extensions for upload file fields.
Bug fixed
- Send email bug fixed: unexpectedly abort execution after first email has been sent during of iterations with Iterate next action.