Folder Action within a Workflow

Folder Action within a Workflow

Comments

  • You can use a [b]Save[/b] step under the[b] FolderUserActionService[/b] to create this action in a workflow. Youll just need to select [b]Build Data"[/b] and create the entity with the necessary information. There are a few key things to note when doing this:

    1. Youll want to build data and map the newly created folder ID info the [b]EntityFolderId[/b] field.
    2. You will most likely want to set hidden to true so the user action itself does not show in the folder view report.
    3. It may require a page refresh for you to be able to see your newly added user action."
Sign In or Register to comment.