Hi all,
We have a use case for provisioning with our web services connector in which the third call in the chain needs to use information from the responses of two different parent calls. For example, data is returned in the response of the first call that is no longer present in the response of second call but will still be needed in the third. (Call 1 returns X β Call 2 uses X and returns Y β Call 3 uses both X and Y)
Has anyone seen a configuration like this before, and if so, how did you make the first callβs data accessible as a variable for the request body of the third call? Any help is appreciated, thanks!