Hi Team,
We need to pass a variable from API proxy to Shared flow.
1. We used assign to store the variable.
<AssignVariable>
<Name>flow.xyz.ABCD</Name>
<value>'Hello'</value>
</AssignVariable>
2. We pass the variable in Paraneter in the Flow Callout as mentioned below:
<Parameter name="ApigeeTransactionID">{flow.xyz.ABCD}</Parameter>
3. In the shared flow, we are using the variable passed from the API proxy to Shared flow