can’t complete post request…
the procedure is constantly being violated …
- Check the fields for completion
- Fill in the data
- Submit a request
servicen.pma (2.7 MB)
can’t complete post request…
the procedure is constantly being violated …
Format for request parameters:
param1:value1
param2:value2
param3:value3
You need to update action:
function () {
return "action:userLogIn\nidservice:"+document.childByName("IDservicenLoginText").content.text+
"\nlogin:"+document.childByName("loginText").content.text+
"\npassword:"+document.childByName("passwordText").content.text
}
Actions order is set using delay. The Post action will be executed with 1ms delay after the Set data action. Otherwise, Post may be executed before Set data.
everything turned out simple, thanks!