sgraflund
sgraflund
Yeah this piece uses an HTTP Request .. in the past moving between environments also created different URL’s for the HTTP Request. If the flow is creating a new URL,...
Thanks a bunch Scott! Like I said I absolutely love your tools and have been using them for years. One quick question on the web hook.. What is the return...
One other thing worth mentioning, Scott. One thing I have to write into Quick JS functions is trapping double click events on the button. I do this simply by doing...
Oops, faulty code. lol Var running = false; Function button_Click() { If (running == true) Return; running = true; //run code here } From: Sean Graflund Sent: Sunday, July 19,...