Get hands-on experience with 20+ free Google Cloud products and $300 in free credit for new customers.

How to pass the variable from API proxy to Shared Flow

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>

8231-assign-the-value.jpg

2. We pass the variable in Paraneter in the Flow Callout as mentioned below:

<Parameter name="ApigeeTransactionID">{flow.xyz.ABCD}</Parameter>

8232-parameter-pass-to-shared-flow.jpg

3. In the shared flow, we are using the variable passed from the API proxy to Shared flow

8233-using-the-variable-in-shared-flowjpg.jpg

0 2 1,972
2 REPLIES 2
Top Solution Authors