Hi,
I've found several examples and video tutorials about the split function and using it to separate/extract values from an item, but I just cant seem to figure out how to apply it to my situation.
I have an "When a new email arrives" trigger based on a subject filter, and then a planner task is created using the subject as the title.
However, there is a lot of extraneous info in the subject line I would like to strip out for the task title. The format of the subject is something like:
Subject: New Request #111 assigned to My Team, Add user to X
And all I really want to make the task from is the part after the comma, "Add user to X".
Can someone explain or provide an example of how that should look, and how it should be entered into the title field of the "Create a task" action?