How to pass a variable from Webhook1 to Webhook2
Hello.
I'm trying to set up automation in an Orchestration Template. Is it possible to pass Response Handling values from Webhook1 to Webhook2?
For example, in Webhook1 a request is made to an external service, from which the response comes:
- {"0": { "user": { "user_id": 67231814, "user_name": "Test User" } }, "total_count": 1}
I need to pass the user_id value to Webhook2.
I tried using a variable like %env.user_id% or %env.0.user.user_id% in Webhook2, but it doesn't work.
Please help me with this problem. Thank you in advance.