Add support for nesting dynamic parameters in designer #4023
siddharth-ms
started this conversation in
Feature Requests
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
We have a scenario where we want to allow customers using SAP connector to pass input in multiple formats. Eg: JSON, XML, Custom
Today we only support XML. We would like to introduce JSON and Custom input.
In Custom input:
inputBodyType
asCustom
.rfcName
.rfcName
needs.To support this we cannot have a dynamic parameter (here
rfcName
) introduce another dynamic parameter(parameters that appear based onrfcName
).We would like to support those scenarios. Where we nested dynamic parameters are allowed. A demo screenshot with number indicating order of introduction of those parameters is shown below:
Beta Was this translation helpful? Give feedback.
All reactions