"Wait for Field Change in Current Item" + "User or Group" which Allow multiple selections...

Mick 1 Reputation point
2022-05-06T08:55:12.577+00:00

Hi!
In SharePoint Designer 2013 and a SharePoint 2010 workflow, how do I use the function "Wait for Field Change in Current Item" with a "Person or Group" field that Allow multiple selections?

What Im trying to accomplish is for the workflow to wait untill the "Person or Group" field changes and then send out an email.
It works fine if there is a single user in the "User or Group" field but not multiple users.

SharePoint Workflow
SharePoint Workflow
SharePoint: A group of Microsoft Products and technologies used for sharing and managing content, knowledge, and applications.Workflow: An orchestrated and repeatable pattern of business activity, enabling data transformation, service provision, and information retrieval.
507 questions
0 comments No comments
{count} votes

2 answers

Sort by: Most helpful
  1. Yi Lu_MSFT 17,456 Reputation points
    2022-05-09T02:57:47.533+00:00

    Hi @Mick
    What is your action "Wait for Field Change in Current Item" in details? Per my test, I create a workflow using "wait for field to contain value", it could work when I fill in multiple users, so I want to check if there is something wrong with your workflow. Could you please provide more detailed information?


    If the answer is helpful, please click "Accept Answer" and kindly upvote it. If you have extra questions about this answer, please click "Comment".

    Note: Please follow the steps in our documentation to enable e-mail notifications if you want to receive the related email notification for this thread.

    0 comments No comments

  2. Mick 1 Reputation point
    2022-05-09T12:39:01.823+00:00

    Hi and thanks for the reply!

    To clearify what im doing. I have created a column named UserField1 which is a Person & Group column that can contain multiple users.

    In the workflow, I configure the Wait-function to look like this:
    then wait for UserField1 to not contain Current item: UserField1

    The Curren Item: UserField1, at the end, can be configured to use the data as:

    • "string"
    • "displaynamn, Semicolon Ddelimited"
    • "email, Semicolon Delimited"
    • "loginname, Semicolon Delimited"
    • "user ID, Semicolon Delimited".

    I have tried all of these but it does not work. In the workflow logg I see that it simply completes the "Wait" without me doing anything to change the value in UserField1.
    "Waiting on UserField1"
    "Waiting Complete on UserField1"