Hey is there a supported way to make additional AP...
# connector-development
e
Hey is there a supported way to make additional API calls based on the data returned from one stream. Example stream returning a list of IDs to be queried for subform data.
a
Hi @Eric Santulli, in the context of connector development we do have "nested streams" that can use data returned by a "parent" stream. You can check this doc about this topic. The Linnworks connector is using this kind of logic.
e
Hey @[DEPRECATED] Augustin Lafanechere, I have implemented the HttpSubStream how I would expect it to function based off the Linnworks connector. The implementation attached does pull the data correctly; however, it seems to do so indefinitely. The Deals stream works as expected when the DealLocation stream is not active. I would appreciate any help as I can't seem to figure it out.