{"id":2146,"date":"2022-05-13T09:59:24","date_gmt":"2022-05-13T07:59:24","guid":{"rendered":"https:\/\/blog.kodono.info\/wordpress\/?p=2146"},"modified":"2022-05-13T09:59:47","modified_gmt":"2022-05-13T07:59:47","slug":"get-email-address-from-a-azure-devops-by-field-in-power-apps-flow","status":"publish","type":"post","link":"https:\/\/blog.kodono.info\/wordpress\/2022\/05\/13\/get-email-address-from-a-azure-devops-by-field-in-power-apps-flow\/","title":{"rendered":"Get email address from a Azure DevOps &#8220;by&#8221; field in Power Apps Flow"},"content":{"rendered":"<p>If you need to get an email from an Azure DevOps work item (e.g. from the &#8220;Changed By&#8221; field), it might be tricky in Power Apps Flow because it will return &#8220;John Doe &lt;john@doe.com>&#8221;.<\/p>\n<p>To only extract the email from this string, you&#8217;ll have to use the below:<\/p>\n<pre class=\"js\">first(split(last(split([YOUR_FIELD],'<')),'>'))<\/pre>\n","protected":false},"excerpt":{"rendered":"<p>If you need to get an email from an Azure DevOps work item (e.g. from the &#8220;Changed By&#8221; field), it might be tricky in Power Apps Flow because it will return &#8220;John Doe &lt;john@doe.com>&#8221;. To only extract the email from this string, you&#8217;ll have to use the below: first(split(last(split([YOUR_FIELD],&#8221;))<\/p>\n","protected":false},"author":1,"featured_media":0,"comment_status":"open","ping_status":"closed","sticky":false,"template":"","format":"standard","meta":{"_coblocks_attr":"","_coblocks_dimensions":"","_coblocks_responsive_height":"","_coblocks_accordion_ie_support":"","hide_page_title":"","footnotes":""},"categories":[15,170],"tags":[153,123],"class_list":["post-2146","post","type-post","status-publish","format-standard","hentry","category-astuce","category-english","tag-astuce","tag-english"],"_links":{"self":[{"href":"https:\/\/blog.kodono.info\/wordpress\/wp-json\/wp\/v2\/posts\/2146","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/blog.kodono.info\/wordpress\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/blog.kodono.info\/wordpress\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/blog.kodono.info\/wordpress\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/blog.kodono.info\/wordpress\/wp-json\/wp\/v2\/comments?post=2146"}],"version-history":[{"count":4,"href":"https:\/\/blog.kodono.info\/wordpress\/wp-json\/wp\/v2\/posts\/2146\/revisions"}],"predecessor-version":[{"id":2150,"href":"https:\/\/blog.kodono.info\/wordpress\/wp-json\/wp\/v2\/posts\/2146\/revisions\/2150"}],"wp:attachment":[{"href":"https:\/\/blog.kodono.info\/wordpress\/wp-json\/wp\/v2\/media?parent=2146"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/blog.kodono.info\/wordpress\/wp-json\/wp\/v2\/categories?post=2146"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/blog.kodono.info\/wordpress\/wp-json\/wp\/v2\/tags?post=2146"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}