ThinkAutomation のリリース
Released: Dec 2, 2024
v5.0.1025 での更新項目
機能
- You can now return files to a Web Form message source response via the local API. Previously this only worked when using the public API. To return a file, simply set the Return value of the Automation to a local file path (or a %variable% to a file created previously in the Automation). The file will be rendered depending on its content-type.
- Added not completed Captcha message text to Web Form message source. It will display the message if a user does not complete the Captcha when used on a...
Released: Nov 19, 2024
v5.0.1020 での更新項目
機能
- Added Custom tab to Web Form message source. It allows custom HTML/JavaScript to be added, which will be rendered before the closing body tag.
- Added the option to delete Sent Items older than specified days (specified on Solution properties).
- Added %DB_Null% built-in variable which can be used on database update action parameters to specify a null value. Will replace to a blank string if used on any other actions.
Released: Nov 7, 2024
v5.0.1016 での更新項目
機能
- Added the new 'Full Text Search' action which can be used to update and search a built-in full text search database.
- Added the new 'Convert CSV To HTML' action which provides more control than the 'Set variable Convert CSV To HTML Table' operation. Useful for returning data queries to web form results.
- The Web Form message source now has a 'Show Side Pane' option. This allows custom text/HTML to be displayed on the left or right of the form.
- The Web Form message source now has a 'Do Not Hide...
Released: Oct 15, 2024
v5.0.1010 での更新項目
機能
- Added support for OptimaGPT. OptimaGPT is Parker Software's on-premises or private-cloud hosted generative AI server. This allows you to use the ChatGPT action with a private AI server - removing the need to send private data to OpenAI.
- Added the 'Append To PDF Document' action which appends document files or any text to an existing PDF document.
- Added new built-in variables %Msg_ViewUrl% and %Msg_ViewUrlLocal%. These provide public and local URLs for viewing the current message in a browser...
Released: Jun 4, 2024
v5.0.1000 での更新項目
機能
- Added Delete option for Cloud Storage action.
- Added GTP-4-Turbo and GPT-4o to the available models list for ChatGPT action.
- The Create Outlook MSG File action will now attempt to convert MIME to an Outlook MSG file using a 2nd conversion method when the MIME text is invalid.
- Updated expired oauth login info for Microsoft Dynamics CRM actions.
不具合の修正
- Fixed issue with Find feature in Studio not selecting the correct line on an Automation from the find results where multiple lines in the same...
Released: Jan 8, 2024
v5.0.992 での更新項目
機能
- Added 'Message Store Copy' option to the Server Settings - Message Store tab. This allows you to make a copy of your current Message Store database.
- Added %LastActionExecutionMs% built-in variable, which holds the number of milliseconds that the last action took to execute.
- Added 'Current Utilization' button to Logs tab in Studio. This shows the current ThinkAutomation Server CPU, Memory and Queue utilization.
- Added the option to delete read messages when using the Azure Queue Message Source...
Released: Nov 23, 2023
v5.0.985 での更新項目
機能
- Added 'Update Database Using CSV Or Json' action. This action can update multiple rows in a database using CSV or Json data.
- Added 'Ask ChatGPT To Respond To A Prompt With An Image' option to the ChatGPT action. This allows you to specify an image URL or path and ask a question about it. The response is returned to a variable. You can use this to also perform OCR on images to extract text.
- Twitter Message Sources and the 'Send Tweet' action now require your own a Twitter Developer account...
Released: Nov 3, 2023
v5.0.978 での更新項目
機能
- Added new 'Check SSL Certificate' action which checks the validity and expiry date for the SSL certificate used on any host/URL. This action can be used to monitor a web site SSL certificate and get notified if the certificate is invalid or about to expire.
- Improved Web Chat Message UI to better handle mobile devices (virtual keyboard is now hidden after message submit).
- Added additional color themes to the Web Chat Message Source type. Also added font-size selector (use 'Medium' for best...
Released: Oct 20, 2023
v5.0.975 での更新項目
機能
- Added PostgreSQL to the available ThinkAutomation Message Store database types.
- Added 'Convert PowerPoint Document' action for converting Microsoft PowerPoint files to PDF or various image formats.
- The 'Print' action now supports printing PowerPoint files and attachments.
- The 'Convert PDF Document' action now allows Width & Height to be specified for PDF to image conversion.
- The 'Convert PDF Document' action:
- For PDF to TIFF conversion you can now enable the Multi-Frame option, where all...
Released: Sep 12, 2023
v5.0.970 での更新項目
機能
- You can now set 'Log Retention Maximum Days' in the Server Settings - Message Store tab. This setting defines the maximum number of days that automation and message source logs are retained for. Previously logs where deleted after the highest Keep Messages For (Days) setting on all Solutions.
- Added 'Pause Message Source' and 'Resume Message Source' operations to the 'Message Store Operation' action. This allows you to pause and resume any Message Source in the same Solution from within an...