Tutorials/Docs Should Use request.execute() Instead
D
Dylan Hunt
started a topic
almost 5 years ago
The default way (.send, I believe) is a bit useless since it doesn't run all the scripts. This was especially difficult for me, I clearly recall, when I was first learning GS. All the docs show send() and nothing was working as it was expected.
Even myself, sometimes I forget and just copy+paste a template from the docs to later remember "oh yeah, execute".
1 Comment
Customer Support
said
almost 5 years ago
Hi Dylan,
Execute is referenced in the SparkRequests documentation here but I can see where you are coming from. Thanks for the feedback.
Dylan Hunt
The default way (.send, I believe) is a bit useless since it doesn't run all the scripts. This was especially difficult for me, I clearly recall, when I was first learning GS. All the docs show send() and nothing was working as it was expected.
Even myself, sometimes I forget and just copy+paste a template from the docs to later remember "oh yeah, execute".