Hi All,
I'm trying to extract from Email Subject: Q3 FY20 Quarterly Lease Request due EOD Monday, June 8th.
I used this expression to extract Q3 FY20: substring(triggerBody()?['subject'],0,7)
But how do I extract the date at the end of the Email Subject? (anything after the comma).
Thanks!
Solved! Go to Solution.
Try - substring(triggerOutputs()?['body/subject'],add(lastIndexOf(triggerOutputs()?['body/subject'],','),2))
Output
Kind regards
Jay
Try - substring(triggerOutputs()?['body/subject'],add(lastIndexOf(triggerOutputs()?['body/subject'],','),2))
Output
Kind regards
Jay
Hi Jay,
thank you for the prompt reply! it works now! appreciate it!
The first Microsoft-sponsored Power Platform Conference is coming in September. 100+ speakers, 150+ sessions, and what's new and next for Power Platform.
Learn to digitize and optimize business processes and connect all your applications to share data in real time.
User | Count |
---|---|
12 | |
11 | |
9 | |
9 | |
6 |
User | Count |
---|---|
26 | |
20 | |
12 | |
8 | |
7 |