如何在使用 Azure 逻辑应用时转发请求而不定义架构
I have a logic app which gets some data from stripe. I want to forward request to some other api based on some property. Is it possible to just pass the request without defining
schema. Is there any other way to just forward the request as it is without any modifications to data ?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
如果您希望调用应用程序忽略您定义的架构,您可以关闭此设置...
...或者,完全删除架构。您实际上并不需要,但它确实可以帮助您执行强定义值的后续操作。
If you want the calling application to ignore the schema you've defined, you can turn this setting off ...
... alternatively, remove the schema entirely. You don't actually need on but it does do is help you with subsequent actions where the values are strongly defined.