Skip to main content

Search

How add multiple subitems into a single email action?

Comments

1 comment

  • Christof

    Hi Jay
    I would try to achieve that by creating first a Get items action to get all open tasks.
    Then use the Assigned To values of these returned items, remove duplicate persons and store this new array of persons into a variable.
    Next loop over this variable and create the following actions inside the loop per person:
        Get items action on task list filtered by the current person
        Send email action with the recipient of current loop (person) and HTML table output of the Get items action executed just before in the email body

    Hope this helps!
    Best regards,
    Christof

    0

Please sign in to leave a comment.