HTTP connector Input as Output extractor

I wanted to use HTTP connector function input as output extractor.


Is it even possible ? I read through these documents but it did not say anything about it.
https://support.tulip.co/r230/docs/how-to-create-and-configure-an-http-connector-function
https://support.tulip.co/docs/an-overview-of-http-connectors

What I have in mind is making one single general Tulip Connector function which let us read a field in a record in a Tulip table.

@ta-aoki, what you’re describing should work. Here’s an example of a connector function where I’ve used a connector function to scroll through outputs of a connector function by index.

[Here’s a video I made of how I used this technique].(https://www.loom.com/share/d241d42e11c745de9859765da468fc60?sid=7223d0a3-f21e-494d-9c78-a47073b6cad9)

It worked!
Thank you very much!

1 Like