R19.0314

New Features

  • ADDED SQL support: MySQL, MSSQL, Oracle
  • ADDED ‘REST API’ action for RESTful API support.
    User can integrate their bot with various external REST API servers.
  • ADDED ‘JumptoStep’ to ‘Verifications’ group and ‘Dialogue’ action.
    With the ability to jump between steps, users can design workflow more freely.
  • ADDED ‘JSON Select’ for JSON data format support of SQL, REST API actions


ARGOS PAM

  • FIXED Removed the duplicate Line Feed when pasting sentences using ‘TextInput’
  • FIXED An issue where the value of 'UserVariable' could not be edited in TextInput.
    User can add(edit) an index to the array variable.
    ex) Original value ‘{{Global.second}}’ could be re-written like ‘{{Global.second.index}}’ to specify the index of array variable.

ARGOS STU

  • CHANGED Version mismatch alert type between PAM and STU from a countdown pop-up to a simple information popup.
    User can close the window more faster.