Resolved! execute() vs executeAsync() in Script Action
To reduce waiting time for our users, I am making an API call via our MID server from a Script Action (I also need to process the returning body/message), but is there a difference between using execute()+setHttpTimeout vs executeAsync()+waitForRespo...
