Relative Content

Tag Archive for azure-logic-apps

Logic Apps: How to save file from email onto sharepoint

In the below workflow, when an email arrives I want it to save the contents into a SharePoint folder. The workflow is successful, however the file ibecomes broken/does not work because attachments content is a giant hash. There is nothing wrong with the file.

Logic Apps – Remove Diacritics in a String

Is there a built-in action in Azure Logic Apps that removes diacritics in a string and changes it to a standard letter? For example, if you have the string áóç, it becomes aoc.

Is there a way to search previous runs within a logicapp, as part of the logicapp?

I am trying to solve a problem where data we receive may be duplicated. We do not have a search API available to search the database, so I wondered if there is a way to use the logicapp to search previous runs for that app and send an error message if they find that a field is duplicated (it will only be one field from the dataset).

Azure GOVT Start/Stop Solution v2 Subscription 404

I get the following error when in MAG for logic app create for start/stop. The subscription is valid and has azure resources. I am running the logic app when logged in as an Owner. The same setup in Azure commerical works fine for me.

Logic apps – how to read 2 rows through an index variable

json input – { "tables": [ { "name": "primaryresult", "columns": [ { "name": "startdate", "type": "string" }, { "name": "enddate", "type": "string" } ], "rows": [ [ "01/01/2014", "31/01/2014" ], [ "01/02/2014", "28/02/2014" ] ] } ] }