Hi camsellem... I've put the tSleep component after the input source but the flow don't respect the delay...
In the step I have a tGoogledirections component and I need to delay the http request to google.
Thanks a lot
Stefano
Ok you mean you want to put a delay between each rows of your dataflow ? if yes you'll have to use a tJavaRow component and use in the code the following snippet : Thread.sleep(1000); //for a delay of 1000ms