Getting an error for logic app workflow's 'AS2 decode' action while doing unit test of standard logic app #1082
Unanswered
SampaMahato
asked this question in
Help Needed
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi,
We have created an unit test project to test a standard logic app workflow by using below source code -
https://github.com/Azure/logicapps/tree/master/LogicAppsSampleTestFramework
We have an 'AS2 decode' action in our workflow like below -
When we run this code, we are getting below error while trying to get callback url.
But if we delete this 'AS2 decode' action from the workflow then we have got success message (Status code:200)
Any suggestion that how can we get a callback url using AS2 decode action in standard workflow?
Thanks,
Beta Was this translation helpful? Give feedback.
All reactions