Among them is Azure Data Lake. Microsoft Flow users can now automatically read and write data to an Azure Data Lake account to increase productivity. They’ll also be able to use Bitbucket, automating aspects of a project’s life cycle via GIT revision control. Eventbrite targets a different audience. The self-ticketing platform lets venues manage their events with little overhead. Microsoft Flow functionality brings triggers for event creation or orders. Users can copy events to other systems and keep logs. The final two services are Pipedrive and Infusionsoft. Pipedrive is a CRM and pipeline management tool, while Infusionsoft provides sales and marketing automation.

HTTP Authentication and JSON

The improvements don’t stop there. Microsoft has put a lot of work into unofficial service support. Apps outside of the Flow platform can still interact via HTTP endpoints, allowing devs to tie in company specific software. However, that functionality has been limited to non-authenticated endpoints. A new feature extends that to authenticated HTTP, under the “show advanced options” menu. You can then configure the data you need to send, with four types of authentication. During this process, users may have to parse out JSON data. Thankfully, Microsoft has introduced that functionality too. A Parse JSON operation asks for the content you want to parse and a JSON schema to run it against. The content is then evaluated against the schema, which can be easily generated via the “Use simple payload button”. You can paste in JSON data and it will try to make a schema automatically. Finally, there now more filters for flow runs. In addition to the previous Successful and Failed runs, there are the following categories:

Running Cancelled runs Checks (no new data) Failed checks

These new features add to the ever growing list available with Flow. Microsoft has come a long way since its inception, and will no doubt continue to innovate that area. You can read more about the changes here.

Microsoft Flow Gets Five New Services  HTTP Authentication  and JSON Message Parsing - 34Microsoft Flow Gets Five New Services  HTTP Authentication  and JSON Message Parsing - 61Microsoft Flow Gets Five New Services  HTTP Authentication  and JSON Message Parsing - 26Microsoft Flow Gets Five New Services  HTTP Authentication  and JSON Message Parsing - 93Microsoft Flow Gets Five New Services  HTTP Authentication  and JSON Message Parsing - 39