Skip to main content

4 posts tagged with "content editor"

View All Tags

🚀 New feature

  • App IBM Business Automation Content Analyzer on Cloud: Submit a file for metadata, content analysis and structure extraction or for a PDF rendition.

🚧 Improvement

  • App HTMLtoPDF: engine updated to improve the generation of PDFs ignoring images that are not reachable. Now if an image cannot be loaded doesn't stop the PDF from being generated.
  • App GatewayAPI: updating help text, adding missing parameters.

🐞 Bug fix

  • App GatewayAPI: Fixed duplicated response information when configuring the app.
  • Fixed issue with trigger Schedule using a data schema of a different project
  • Fixed issue in the API that sometimes when calling a Direct URL, the project was being cached, saying that the URL didn't exist when in fact it exists.

🚀 New feature

  • New section Websites (beta) has been released. This feature allows you to create websites that interact with a flow in a simpler way.
  • New websites don't need a DirectURL to be rendered. You can find each page's URL in the content editor.
  • New tab in the flow palette with apps to control what happens on your websites.
  • New function Create User in the Jira App.

🚧 Improvement

  • The design of the content editor in the new Websites and Hosted Page sections has been improved.
  • In the content editor, we now provide more information about the HTML tag selected.
  • Now you can configure the behavior of a form in your contents without having to edit the HTML.

🚀 New feature

  • New variable type @header. for Custom Apps. Those variables will hold the response headers, and they can be accessed as @header.app_id.function_id.['Content-Type']@
  • New App, Tables Query, which allows to access your Tables' data with SQL-like queries. You will be able to execute JOINS, SQL functions but only in SELECT clauses. In the designer, the maximum number of results you can retrieve will be limited to 100. In your own Environment there is no limit in the results you can retrieve.
  • In the Project top-right menu, there is a new option to "Release the Project to Environment". You will need to choose to which Environment do you want to add the project, or in case the project is already in the Environment to update it.

🚧 Improvement

  • The left menu now contains environments and projects in the same view.

🚀 New feature

  • Now you can export and import projects. This allows you to back up your projects, duplicate them and move from an older platform to the new one.

🚧 Improvement

  • Improved the method to beautify the HTML in the Content Editor and Templates feature
  • You can now test your flows with the original interface payload type (JSON, CSV, Multirecord, XML, etc.)
  • You can also add custom headers when testing a Flow now