Summary
User is attempting to create a custom connector using the no-code tool, requiring a two-step API request process where the first request generates a report ID and the second request downloads the report. The challenge arises due to the need for a delay between requests to ensure the report is ready before the second request is made.
Question
Hey guys! So I have this scenario trying to build a custom connector using the no-code tool:
• I want to query an API for analytics reporting purposes
• The process is made of 2 requests
◦ 1 -> To build the report. The response is a report ID
◦ 2 -> Use that report id to download the report
• This 2-step functionality is easy to build using 2 streams with the “parent stream” option
• The problem is that the first request needs some time to build the report, lets say 10 seconds, both request can’t be chained without any wait in the middle because the second request is not going to return any data.
Does someone experienced something similar?
This topic has been created from a Slack thread to give it more visibility.
It will be on Read-Only mode here. Click here if you want
to access the original thread.