web
You’re offline. This is a read only version of the page.
close
Skip to main content
Community site session details

Community site session details

Session Id : Yi68PSYJNvpta+yZZ+/GG9
Power Automate - Building Flows
Answered

Split outlook task subject by delimeter

Like (0) ShareShare
ReportReport
Posted on 4 Dec 2020 11:49:22 by

Hi All,

 

I am stuck here, I get in outlook task as subject the order no in such format 

 

Subject: KR0001,Agadmator ltd

 

can you tell me what kind of formula and steps to use in flow so it get only the subject value before delimiter "," (comma) and save that value in SharePoint list column.

 

Example 

 

t1.JPG

 

when a task is created, flow gets the subject, which is = KR009,Agadmator ltd 

and then split the subject get the order no = KR009 which is before comma (",") and save the value in sharepoint list order column.

 

any help is highly appreciated.

 

Thanks in advance.

 

I have the same question (0)
  • Verified answer
    fchopo Profile Picture
    7,972 Moderator on 04 Dec 2020 at 12:03:32
    Re: Split outlook task subject by delimeter

    Hello @Anonymous 

    Outlook tasks are now integrated into Microsoft To-Do, so you should use that trigger. Have a look at this sample:

    task.png

     

    The expression: 

    first(split(triggerOutputs()?['body/title'],','))

    gets the first element after splitting the title of the task by ','.

     

    Hope it helps!

    Ferran

Under review

Thank you for your reply! To ensure a great experience for everyone, your content is awaiting approval by our Community Managers. Please check back later.

Helpful resources

Quick Links

Responsible AI policies

As AI tools become more common, we’re introducing a Responsible AI Use…

Telen Wang – Community Spotlight

We are honored to recognize Telen Wang as our August 2025 Community…

Congratulations to the July Top 10 Community Leaders!

These are the community rock stars!

Leaderboard > Power Automate

#1
Tomac Profile Picture

Tomac 986 Moderator

#2
stampcoin Profile Picture

stampcoin 699 Super User 2025 Season 2

#3
Riyaz_riz11 Profile Picture

Riyaz_riz11 577 Super User 2025 Season 2

Loading complete