Version: 1.71.92
Release Date: 05/13/2025
New Features
- Added support for fixed length files
- File type "Fixed Length" is now available in Parse block
- When selecting this file type, there is a new UI available to configure the length definitions of every column
- You can also find a sample script showing how to read and write data to and from a flat file at "FixedLengthInputFile.cs" in the Samples folder of the Script Runner

- Added additional safety around integrations that get be rerun
- All integrations are not re-runnable by default
- To be able to rerun an integration, it is the responsibility of the script owner to enable that functionality using the new "Rerun Allowed" options. Checking this certify that the integration can be safely rerun in case of failure and will not cause any undesirable side-effects.

- For Schedule integration, the "Trigger Now" has been renamed to "Trigger...". Clicking on it will open a popup forcing the user to manually enter a date and time for which the script must be re-run. This will override the value of data.NowInIntegrationTimeZone from the script. Therefore, it is imperative to never directly use DateTime.Now (or any similar methods) to get the now time in a script.

Improvements
- none
Bug Fixes
- none
Was this article helpful?
That’s Great!
Thank you for your feedback
Sorry! We couldn't be helpful
Thank you for your feedback
Feedback sent
We appreciate your effort and will try to fix the article