ThinkAutomation のリリース

Released: Apr 20, 2022

v5.0.818 での更新項目

機能

  • Added 'OAuth' sign in option for Microsoft Dynamics CRM actions (required for most recent versions of Dynamics).
  • Added 'HTML Editor' field input type for Web Form Message Sources and Wait For User Response action.
  • The Send Email action now has a WYSIWYG editor option for HTML emails.
  • The Send Email action now has the option to disable the automatic conversion of plaintext containing Markdown to HTML.
  • For Outgoing emails using the Markdown to HTML conversion, you now have the option of editing...

Released: Apr 1, 2022

v5.0.812 での更新項目

機能

  • Added Global Constants. These are %variable% replacements that are global to all Automations in all Solutions. Global constants can be created using the Studio - Server Settings - Global Constants.
  • Updated the Select Solution menu. It now shows Solutions sorted by last updated date. Includes a search option.
  • The Professional Edition of ThinkAutomation now supports the hosting of your own Web API Gateway Service. You can run the Gateway Service on your own machine with its own DNS name and SSL...

Released: Mar 2, 2022

v5.0.800 での更新項目

機能

  • The local API addmessage HTTP GET can now return files. Specify a file path in the Automation return value. Embedded File Store files can also be returned. You can return whole html pages, images, PDF files etc. The response Content-Type will be set according to the file extension. See the Local API help for more information.
  • The Twilio Make A Telephone Call action can now use the 'Alice' voice, which provides more languages.
  • Added Wrap HTML action. Wraps text, Markdown or HTML snippets...

Released: Feb 17, 2022

v5.0.795 での更新項目

機能

  • The Embedded Data Store action now has a Browse Data button allowing you to browse data from the Embedded Data Store. You can run SQL SELECT queries against all databases and collections. Query results can be printed and exported.
  • The Send Message form will now show a Enter Field Values button if the Automation has any Extract Field actions. You can then enter specific values for each field. When the message is sent for processing, ThinkAutomation will create the message body accordingly...

Released: Feb 8, 2022

v5.0.785 での更新項目

機能

  • New Spreadsheet action. Create an Excel compatible spreadsheet which can be saved as Excel file, PDF, CSV or HTML. Spreadsheet cells can contain %variables% which will be replaced when the Automation executes.
  • Counter action now has additional periods: Year & Week Number, Hour, Minute.
  • Counter action now has Get All operation, allowing call counter values to be returned to a variable in CSV format.
  • The Embedded Files Store action now has a Browse Files button allowing you to browse the...

Released: Jan 26, 2022

v5.0.775 での更新項目

機能

  • New Create Web Form Redirect action. It can be used to conditionally redirect a ThinkAutomation Web Form to another ThinkAutomation Web Form or external URL after the form is submitted. You can also pre-populate field values on the new Web Form with custom values or %field% replacements created in the Automation. Using the Create Web Form Redirect action allows you to create interactive forms that display new forms based on values submitted on a previous one. You should re-save any existing...

Released: Jan 19, 2022

v5.0.770 での更新項目

機能

  • New ThinkAutomation Client Application. This is a stand-alone application that can be optionally installed on network PC's. Users can use the Client to execute Automations by sending messages and dragging/dropping files. Emails & attachments can also be dropped directly from Microsoft Outlook (desktop). See: The ThinkAutomation Client Application for more information. A stand-alone Client installer is available here: Download ThinkAutomation Client Setup (35mb).
  • The Studio Send Message...

Released: Jan 6, 2022

v5.0.760 での更新項目

機能

  • ThinkAutomation is now a 64bit application only. 32bit support is now dropped.
  • PowerShell action improvements. Also now includes a Test button in the Studio. This allows a command/script to be tested and the results displayed. You can now specify parameter types (string, int, boolean etc).
  • Send Email action now allows Send Via settings to be specified. This allows specific emails to be sent via a specific mail server/SendGrid account instead of the system default.
  • Send Email action now has a...

Released: Nov 15, 2021

v5.0.700 での更新項目

機能

  • Added Extract Email Signature action. Parses contact and company information from email signature footers.
  • Added options to HTTP Get action to convert relative links to absolute links.
  • Print actions now allow the printer name to be a %variable% instead of being forced to select a printer. This allows actions that print to use a printer based on some earlier condition.
  • Added option to specifically set outgoing email Smart host security setting.
  • If conditions now include Contains All Of and...

Released: Nov 6, 2021

v5.0.686 での更新項目

機能

  • Added Lookup From Excel action to lookup specific cell and cell range values from an Excel spreadsheet and assign to ThinkAutomation variables.
  • Added new built-in field replacement Msg_LastReplyBody. This returns the last reply plain text if the incoming message is an email containing multiple replies and quoted text.

不具合の修正

  • Fixed issue with nested If..Else..EndIf blocks not executing actions after End If if the Automation was saved without a server restart.
  • Improved Web API connectivity. If...