Is there anything I need to do after the 2nd api call?
(please disregard the different in job id between the one in bubble and python, as I only showing the sample for python - but I tested it is working in python or postman)
The api doc didnt mention anything about the timing period to process the call. I believe it should able to give instant response (in millisec at least) since I can get instant response when calling via Python and Postman.
API doc clearly say that it could return in progress, sucess or failed.
You may get instant response in Python and postman just because of the delay between the first call and the second call where you probably manually copy and paste the job id. Same for API Connector. Bubble doesn’t always do the “pause time” action because WF are not always run in order.
Maybe you can look at webhook if available for job? (I didn’t see this available for autofill)
If you want to test the “delay” add two button. One that will call the first api and set state with the JOB ID. Wait a few seconds and click second button that will fetch second API call using the state for job id.