简体   繁体   中英

How to forward a request as it is using Azure logic app without defining schema

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? 在此处输入图像描述

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.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM