Can't controll copyNodeData

Hi Team,Smile

I am using one HTTP service call in the copyNodeData function.
If i tried to copy two nodes, it fetch the data from the database, when first iteration it calls HTTP request meanwhile second iteration starts… Embarrassed

How would i stop second iteration until completion of first request

Thanks,
Durga Prasad

I don’t know what you are trying to do, but I don’t think it’s a good idea to synchronously round-trip to the server the simple act of copying an object in the client.