question

MeronRoy-0475 avatar image
0 Votes"
MeronRoy-0475 asked MikeUrnun commented

Azuer Logic App AS2 Decode Decoded message content is not Base64

I have a Logic App that receive AS2 encoded Message. Untill yesterday we needed to Decode the Message using AS2 Decode and then using the Decoded message content Also perform Decode Base64
{
"inputs": {
"name": "edi",
"value": "@{decodeBase64(outputs('AS2_Decode')['body']['messageContent']['$content'])}"
}
}
Now it looks like that the Decoded message content output of the AS2 Decode already showing the Raw Data and there is no need to the above extra step...

Can somone clarify please what is the expectation of AS2 Decode output ? In terma if the Content

azure-logic-apps
· 2
5 |1600 characters needed characters left characters exceeded

Up to 10 attachments (including images) can be used with a maximum of 3.0 MiB each and 30.0 MiB total.

Hello @MeronRoy-0475 - Sorry for the late reply. I'm not aware of any recent changes around the behavior of AS2 Decode operation. To help & aid in the investigation of this issue, could you clarify if you made any changes to your app recently, or switched to the recent Standard tier,.etc that might have caused a change?

0 Votes 0 ·

@MeronRoy-0475 -just checking in here, if you're still encountering this issue, let us know.

0 Votes 0 ·

0 Answers