Logic Apps
Logic Apps allow developers to design workflows that articulate intent via a trigger and series of steps, each invoking an App Service API app whilst securely taking care of authentication and best practices like durable execution.
If you have any feedback or ideas on Azure Logic Apps we’d love to hear it.
-
TransformXML outputs XML content which can't be handled by other steps
The TransformXML action outputs an XML that can't be used as plain text in following steps.
Example: I need to send a plain readable XML to a servicebus queue. Take the result from TransformXML and convert base64 to readable text. Can't send to servicebus queue as text contains Byte Order Mark. Maps and Schemas are all UTF-8 files.11 votes -
O365 Group Triggers and Actions
I would like to see a Group based O365 connector.
Triggers like -
a. When a group is created/deleted/modifiedActions like
a. Get Members/Owners
b. Create/Delete GroupThis will be really helpful in building enterprise wide workflow where multiple teams are collaborating using o365 groups or teams
7 votes -
62 votes
thanks for suggestion
-
Database (or Cache) lookup functoids for the mapper with the EIP Tools.
The mapping tool that is currently supplied with the "Microsoft Azure Logic Apps Enterprise Integration Tools for Visual Studio 2015 2.0" doesn't have any functoids** to do code lookups (for code set or reference data translations) during transformations.
Can a functoid (or other option) please be made available to lookup values from an externally maintained data source such as a database or cache?
** Similar to what is available in the [On-prem] BizTalk mapping tool where it provides DB functoids and/or the possibility to call out to a external assemble (such as a C# helper class) which provides a lookup…
7 votesThe mapper action is planning on supporting calling custom functiods.
-
BizTalk Flat File Encoder: Convert a given flat file instance to JSON
A very common integration scenario is that a flatfile (csv) gets uploaded to a ftp server. The file contains e.g. informations about an order which must send to a LOB-system like Salesforce. It would be nice to use a Logic App therefor, together with a FTP Connector, BizTalk Flat File Encoder and Salesforce Connector. But it is not that simple today. As far as I can see so far, we would need need a BizTalk XPath Extractor in addition. So I wish like to see a BizTalk Flat File Encoder which supports json other than just xml. I think with…
77 votes -
Healthcare Integration
Core to anything I think is needed is more vertical healthcare integration, thinking of custom SAML claims etc
HL7, HIPAA EDI support41 votesThanks for the feedback – we realize these are important capabilities.
-
Submit Word document to Text Analytics to get key phrases back
It is not easy to determine what is in a Word document unless a user looks at it. The requirement is to extract some key words from the document so that we can store some metadata in a PowerApp. The specific use-case is to have a user to upload a contract, income statement, balance sheet, loan application and tax records so that the documents can be submitted for approval. The problem is that the power app cannot tell the difference between a balance sheet and a restaurant menu, and people are likely to upload unrelated documents to try to game…
1 vote -
enterprise pack
Add a If functoid. Takes three parameters: First is an expression result, second and third are any type (object or string). Logic would be:
if ({first parameter} = true) return {second parameter};
return {third parameter)1 vote -
PeopleSoft Integration Broker
PeopleSoft Integration Broker into Azure Logic Apps
1 vote -
Add Event Grid Custom Event as Batch Release Criteria
Right now, releasing a batch inside a Logic App supports count, size, and schedule.
It would be nice to have the option of a custom Event Grid event to release the batch. This way many systems in Azure could raise this event to release the batch.
3 votes -
Support Multiple ISA Envelope in on File
Azure X12 Decode will not support multiple ISA Envelopes sent in one file. BizTalk 2010 can do it: https://docs.microsoft.com/en-us/biztalk/core/enabling-the-receiving-of-multiple-interchanges-in-a-single-message.
We need to have this function work in Azure.
4 votes -
3 votes
-
SharePoint Online "New site created" trigger
When a new site is created in SharePoint Online the sites permissions are automatically set to public, so that anyone in the organization can add themselves. We want to know when a new site is created so that our Admins can begin monitoring it, and also we want to programatically change the site permissions to private and send out notifications.
7 votes -
Metrics for Logic App Integration account
Supply the Integration account metrics to the users the same way we are able to get for logic apps.
This metrics would be really helpful to create the azure monitoring alerts , so that the devops/DRI team can be able to get notified quickly that the logs to take an action.
FYI, Logic metrics:
10 votes -
Support multiple Control Version Number (ISA12) per agreement
There are partners that use different control versions across the messages. The GS segment can be defined per schema, but ISA12 is unique per agreement.
We are forced to create multiple agreements to set different version of ISA12, although the rest of the agreement stays the same.
15 votes -
Better handling of parameters for a map
If we want to give parameters to a map today, we need to first generate the XSL in VStudio and then add the parameters manually into the XSL before uploading it to the Enterprise Integration Account.
It could be great to have a native support of parameters in the mapping editor inside Visual Studio.1 vote -
Support to identify the EDI messages having same ISA but different GS ids and delimiters
Support to identify the EDI (X12 or EDIFACT) messages where partners have multiple subsidiaries uses same partner identifier (ISA), but they have different application (GS) IDs and delimiters in messages.
14 votes -
Calling Azure functions from a map
It would be great to have a native functoid to call an Azure function and pass parameters to it.
This can be very useful for example when it comes to data transcodification handled by an Azure function or to reuse helpers already implemented as Azure functions.1 vote -
Enterprise Connector support for BizTalk Framework
Provide BizTalk Framework connectors and Integration Account Artifacts to deal with trading partners that use this framework.
4 votes -
When a Google Forms has been submitted copy to Facebook page
When a Google Forms has been submitted then copy it to Facebook page
1 vote
- Don't see your idea?