Create a consumption Logic app. Open the designer. Add an HTTP request trigger. Expected: The cursor or blinking indicator should appear in the request body JSON trigger code area when clicked. Actual ...
I am running an ASP page that opens an ADO connection to an MS SQL database. It starts up a transaction and then executes a series of statements (no SELECTs, only DELETEs and INSERTs). It seems that ...