Is is likely a simple question, but how do I assign a 'Post System Event to

Is is likely a simple question, but how do I assign a 'Post System Event to Feed' node to multiple viewers of a Group and the Process Initiator. I am trying a scrip for the Viewers value like this:

="CM All Contract Requests Viewers" & pp!initiator

and have tried with a comma or semi-column separate but no luck. I must be missing something small.

Thanks in advance for help!

OriginalPostID-150852

OriginalPostID-150852

  Discussion posts and replies are publicly visible

Parents
  • @greggl From the expression it seems like you are provide a string ("CM All Contract Requests Viewers" evaluates to a string [if you provide it via expression editor] and "CM All Contract Requests Viewers" & pp!initiator also evaluates to a string) value to the user or group object.

    It might be worth trying something like this, {,pp!initiator}

    Example: {cons!MY_GROUP,pp!initiator} or {pv!MY_GROUP, pp!initiator}

    Hope that might give some leads..!!
Reply
  • @greggl From the expression it seems like you are provide a string ("CM All Contract Requests Viewers" evaluates to a string [if you provide it via expression editor] and "CM All Contract Requests Viewers" & pp!initiator also evaluates to a string) value to the user or group object.

    It might be worth trying something like this, {,pp!initiator}

    Example: {cons!MY_GROUP,pp!initiator} or {pv!MY_GROUP, pp!initiator}

    Hope that might give some leads..!!
Children
No Data