6.12.2
Features
REST connector: Improvements
Iterator
Connector now supports the use of an iterator.
OpenAPI 3
OpenAPI version 3 files can now be imported
Operation
Designer New way to design and test your operations. Similar to Postman.
Model parser
Tool to test your models with given json or xml. Useful for debugging issues with your models.
Link operations
Use the result of one rest operation as input to another operation. For example can one operation be used to fetch a token, which can be used in the next operation.
Configuration parameters
Enabled parameters to be configures outside of the connector tool, in the connector configuration. For instance secrets used to fetch tokens.
Computed parameters
Compute (using c#) what the value a parameter should have, based on other parameters of the operation, configuration parameters or the output of a linked operation.
Minor changes
Improved assistance when debugging (better logfiles for instance)
Copy parameters between operations
Rearrange and sort model members
Improved file upload and download (FileGallery) mechanism
PDF connector: Merge PDFs
HTML Editor and CSS Editor with syntax highlighting, context based autocomplete and live error checking
PDF Preview – can be accessed from the Task Editor and the HTML/CSS Editors for instant feedback of your changes
Merge PDF files: Create and/or load PDF files and merge them together
New Image Sources: Base64 (embedded in the HTML), UNC Path and Local Files in addition to web servers
Table Iterator with design-time preview: specify a number of rows to simulate in design-time
Design-time repeat block – lets you specify a block of code which is only visible in design-time. Optional repeat attribute.
Bar Codes – the connector can now create barcodes! Just supply the type and other settings (using autocomplete) and set the value (supports flow-script, variables and iterators)
Context based autocomplete for adding flow variables, iterators, barcodes and attributes
Last updated
Was this helpful?