I have multiple list who are suppose to work together, but mainly two. One is a calendar and the other one a subscription list. On the subscription list, the people are coming to subscribe onto Events on the calendar lists. I was able to get to add people to the event, but in the case that i am working right is the fact to able to cancel one of the subscription on a separate worflow. So... my problem is how to be able to remove one of the people who subscribe into an event - into a column which is named - Participants, with multiple people. I'm able to query the column into my subscription list and then with regular expression, im able to remove only the tockens from the column, which gives me back nothing / an empty column at the end.
Solved
Remove user for multiple people column
Best answer by bgarvey
Sorry - unfortunately my company is blocking the png file, so am flying a little blind.
Be sure to REPLACE the entire string including any of the 31#; crap that comes along with the person field.
Alternately, see if you can do a reg expression on the string to identify the index of the user entry, then use a collection operation to remove based upon index. That is probably more error proof anyway.
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.