Forum Discussion

pallvi0309's avatar
pallvi0309
Copper Contributor
Mar 08, 2023

How to configure multiple receivers for a single sender in logic app for EDI X12?

Hi All,

 

Our current BizTalk solution is reading and parsing the EDI files into CE. I am trying to migrate BizTalk solution into Azure logic app. While configuring the agreements between the partner, I came across that we can have multiple receivers from the same sender. To handle this in BizTalk, we have Receiver Qualifier as BT and Receiver Identifier as HostX12Recvr as per Microsoft https://learn.microsoft.com/en-us/biztalk/core/agreement-resolution-schema-discovery-and-authorization-for-received-edi.

As per the Microsoft documentation, if the receiver identifier is defined as "HostX12Recvr", BizTalk Server will be receiving the message.

 

Screenshot from BizTalk for Receiver Qualifier and Identifier below (highlighted in red):

 

 

In the logic app, If we provide specific receiver Qualifier and Identifier in the agreement, the agreement gets resolved. But this has a limitation that if we have 100s of receiver, there would be 100s of agreement between the sender and the receiver.

 

Do we have any similar configuration to BizTalk in Azure logic app to resolve the agreement with the single receiver Qualifier and Identifier?

No RepliesBe the first to reply

Resources