Googleアナリティクス

2018年7月3日火曜日

Try-Catch-Finally Patter in LogicApps/Flow

Original Post is here.

In Logic Apps and Flow, patterns for error handling are available. For those who write the program, it is a familiar Try-Catch-Finally format.

2018年6月26日火曜日

Acquire execution history of LogicApps with LogicApps

Original post is here.

I attempted to retrieve the execution history of Logic Apps and tried to see if I could see the date and time that I processed recently.

2018年6月18日月曜日

Respond to processing that requires long time with Logic Apps / Flow

Original Post is here.

I got a question from my friend "Logic Apps timeout 120 seconds, I want to avoid somehow", so it seemed interesting and tried it

2018年6月15日金曜日

Template Logic Apps including API connection

ORiginal Post is here.

Although I was doing various templates to distribute Logic Apps including API connection, I tried collecting it as a memorandum because I took a lot of trouble in rewriting the point and Template when distributing it.

This entry was made with reference to Sacha Bruttin 's wonderful entry. Deploy Logic Apps & API Connection with ARM https://www.bruttin.com/2017/06/13/deploy-logic-app-with-arm.html

2018年4月17日火曜日

Create Passwords using LogicFlow

Original Post is here.

For some reason I created LogicFlow to register accounts. However, there was a problem of what to do with the initial password. Although it seems likely to go easy without using Azure Functions, I decided to do it with Logic Apps.

2018年4月16日月曜日

How to change to a new Logic Apps IF connector

In the past update, the IF connector of Logic Apps was updated and it was easy to describe it even in a newly nested state. There was a mistranslation of Japanese, but it is very easy to deal with multiple judgment conditions. However, unlike conventional IF connectors, the description method is not automatically updated. In order to update this, we need to change the description directly in CodeView, so summarize the rewriting method.