如何在使用 Azure 逻辑应用时转发请求而不定义架构

发布于 2025-01-11 10:18:22 字数 227 浏览 0 评论 0原文

我有一个逻辑应用程序,它从条带获取一些数据。我想根据某些属性将请求转发到其他一些 api。是否可以只传递请求而不定义 架构。有没有其他方法可以直接转发请求而不对数据进行任何修改? 输入图片此处描述

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 ?
enter image description here

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

情绪 2025-01-18 10:18:22

如果您希望调用应用程序忽略您定义的架构,您可以关闭此设置...

架构验证

...或者,完全删除架构。您实际上并不需要,但它确实可以帮助您执行强定义值的后续操作。

If you want the calling application to ignore the schema you've defined, you can turn this setting off ...

Schema Validation

... 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.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文