We are working with a REST API that has a list of objects with 2 properties as the response/output. We tried binding the output to a page variable that matches the response schema but we do not get any value. We used an alert to get the REST API output and we got this:
the output in the image is different from the response schema when we test the configuration. Does anyone know how the binding for this works?
Thank you all for your help
We tried that but we do not get any value when we bind it. When we do check the output response with formula “outputs[“Create record”].response”, we get a response but when we check " outputs[“Create record”].response.translations[0].text", there is no value. We only get values as a response from your example