{"id":110941,"date":"2018-01-30T10:55:35","date_gmt":"2018-01-30T18:55:35","guid":{"rendered":"https:\/\/www.microsoft.com\/en-us\/power-platform\/blog\/power-automate\/shared-notifications-and-expressions\/"},"modified":"2018-01-30T10:55:35","modified_gmt":"2018-01-30T18:55:35","slug":"shared-notifications-and-expressions","status":"publish","type":"power-automate","link":"https:\/\/www.microsoft.com\/en-us\/power-platform\/blog\/power-automate\/shared-notifications-and-expressions\/","title":{"rendered":"Get notified when someone edits your flows and new expressions for working with URLs and Objects"},"content":{"rendered":"
Adding your co-workers as\u00a0Owners<\/strong>\u00a0to your flows is a great way to collaborate – but once you do this it can be difficult to keep up with who is updating your flows. Now, whenever a flow you own is changed by a co-worker, you’ll get an email notification informing you who changed what flow.<\/p>\n <\/p>\n We are always adding new expressions to use in your flows. We recently added two new groups of expressions. The first helps you to parse URLs in your flows. Given a URL, you can select the\u00a0hostname<\/strong>,\u00a0path<\/strong>,\u00a0port<\/strong>,\u00a0scheme<\/strong>, and query <\/strong>segments. As always, all of the expressions are shown in the flow designer and have full intellisense support:<\/p>\n <\/p>\n The second group helps you to work with JSON objects inside of your flows. Although most users will not need to work with JSON objects directly – if you are working with HTTP APIs directly, these type of expressions can be very helpful.<\/p>\n This week there are two new Plumsail connectors: Plumsail SP<\/a> and Plumsail Forms<\/a>, and a new connector to kintone<\/a>. You can see the list of all new connectors here<\/a>.<\/p>\n <\/p>\n","protected":false},"excerpt":{"rendered":" You can make your co-workers Owners of your flows to collaborate on edits. Now, you will get email notifications when another owner modifies one of your flows. We also are adding some new expressions to make it easier to work with URLs and Objects. Finally, there are three new connectors this week: Plumsail SP, Plumsail Forms, and Kintone.<\/p>\n","protected":false},"author":347,"featured_media":0,"comment_status":"open","ping_status":"open","template":"","power-automate-category":[2752],"power-automate-tag":[],"coauthors":[2913],"class_list":["post-110941","power-automate","type-power-automate","status-publish","hentry","power-automate-category-product-updates"],"yoast_head":"\nNew expressions for working with URLs and Objects<\/h2>\n
\n
addProperty(json('{\"abc\" : \"xyz\"}'), 'def', 'uvw')<\/code> returns the object
{ \"abc\" : \"xyz\", \"def\": \"uvw\" }<\/code><\/li>\n
setProperty(json('{\"abc\" : \"xyz\"}'), 'abc', 'uvw')<\/code> returns the object
{ \"abc\" : \"uvw\" }<\/code><\/li>\n
removeProperty(json('{\"abc\" : \"xyz\", \"def\": \"uvw\"}'), 'def')<\/code> returns the object
{ \"abc\" : \"xyz\" }<\/code><\/li>\n<\/ul>\n
Three new connectors<\/h2>\n