ThinkAutomation v5.0.872

Released: Sep 28, 2022

v5.0.872 での更新項目

機能

  • Added Message Store REST API.
  • Added HubSpot OAuth type to providers list for OAuth Actions.
  • The 'Execute A Database Command' action can now execute scalar commands and you can then assign any return value or rows affected to a variable (in addition to return values via stored procedure parameters).
  • For Message Sources that use a schedule, you can now force the Message Source to check for new messages regardless of the schedule. Right-click a Message Source and select 'Run Now'.
  • The 'Update Excel File' action now allows CSV data or a CSV file to be inserted at a specific start row/column.
  • Added '%func%:CSVValue(csv,row,col)' and '%func%:CSVWithHeadersValue(csv,row,col)' to inline functions for reading specific row/column values from CSV data.
  • Added '%func%:Line(value,linenumber)' to inline functions for reading a specific line from a value containing multiple lines.
  • On If actions the if value is now editable (previously you could only select a variable). This allows if actions such as 'If abc%order% Equal To 'abc123' Then'.