Workflow: Assign to users from a line item in a module, with multiple users

I have a module and it has a boolean to check for a missing field and if the field is missing I want to send a notification to multiple users, via a workflow.
I have a field called 'Notify' set as 'users' list.(I can easily enter 1 user from dropdown.)
However, I want to add multiple users to this field, so I can use it in the 'Assign to users from a line item in a module' workflow process.
How can I add multiple users, should it come from another dummy users list or hard keyed?

Tagged:

Answers

  • Hi @DeveloperCYT

    If you make a module which is dimensioned by users and create two line items:

    • Notify boolean line item: formula: Notify « pointing to line item you have for notify.
    • User Line item: Formula if Notify boolean line item then item('users') else blank.

    then you can reference that in your workflow. so that each time "Notify" and the action to activate the workflow is run, users show up in the line item and it will go to multiple users.

    Laurance Jones

Welcome!

It looks like you're new here. Sign in or register to get started.
Sign In