RELEASE NOTES VERSION 1.4.3¶
Version 1.4.3-49¶
Released: 22 May 2026
Features added
Add addNullValue checkbox in FilterCalendar input menu: A checkbox has been added to the Filter calendar layout menu to include null values in the filter. (Linked issue: RP-5647)
Bugfixes
Add disable option to toolbar’s buttons: Added the possibility to disable buttons in the toolbar widget through the toolbar’s buttons layout menu. (Linked issue: RP-5633, RP-5644, RP-5595, RP-5553, RP-5596, RP-5597, RP-5624, RP-5321, RP-5349, RP-5170, RP-5432, RP-5654, RP-5655, RP-5656, RP-5412, RP-5663, RP-5664, RP-5666, RP-5667, RP-5671, RP-5674, RP-5675)
GetResult returns empty body: Fixed a bug on API call “api/Get/Result/” that in some cases returned an empty body. (Linked issue: RP-5651)
Error when trying to set group permissions on Rulex Factory Server: Fixed a bug on the “effective permission” panel , which was wrongly showing “Allow” if the view permission was explicitly inherit as “denied”. (Linked issue: RP-5652, CS-4286)
Delete command in the macro/event function via RF version 1.4.2-187: Managed white spaces in macro conversion (Linked issue: RP-5682, CS-4305)
Version 1.4.3-25¶
Released: 11 May 2026
Features added
Implemented “If-Else” and “Select Outputs” tasks in Rulex Factory: Implemented two new tasks: “If-Else” and “Select Outputs” along with a new task status: “skipped” (Linked issue: RP-4942)
Allow multi input for bridge tasks: Allow multi input for bridge tasks (Linked issue: RP-5261)
Allow relative path when using a saved source: Allow relative path when using a saved source (Linked issue: RP-5320)
Data Manager function for producing the minimum clique cover of a graph: Added the cliqueCover function to produce the minimum clique cover of a graph to the Data Manager functions. (Linked issue: RP-5436)
Implemented new field “starting_environment” in configuration.json: Implemented a new field “starting_environment” in configuration.json to set up the starting environment for new users, thereby preventing personal environment creation. (Linked issue: RP-5467)
Possibility to rename columns in a table: Added the possibility to rename a column in a table in Rulex Studio to make its name different from the attribute to which it is linked. (Linked issue: RP-5511)
Add the possibility to filter tasks by status: Added the possibility to filter the tasks list in the Summary tab by their status. (Linked issue: RP-5592)
Provided import/export access to server file system: Import and export tasks can now access the server filesystem by using Sharedrive connections with protocol “Server filesystem” (Linked issue: RP-5600)
Export XML declaration: Added the option to export the declaration of the XML file on top of the exported file (Linked issue: RP-5616)
Bugfixes
Internal error when exporting to excel with conditional formatting that uses lists or ‘code’ view: Fixed export of Excel files with customized conditional formatting based on code.
h2. UPDATE 10/06/2025:
Using multiple lists stored in different runtime variables when querying for the values to be formatted results in the export to Excel task throwing an error.
!image-20250610-133408.png|width=686,height=339,alt=”image-20250610-133408.png”!
@list_unaivailable_shifts and @list_allocations are two lists composed of strings. The datamanager correctly visualizes the formatting, but trying to export throws this error:
!Screenshot 2025-06-10 152653-20250610-132654.png|width=515,height=149,alt=”Screenshot 2025-06-10 152653-20250610-132654.png”!
Using multiple rules with one filter per rule functions as a workaround:
!image-20250610-133739.png|width=699,height=621,alt=”image-20250610-133739.png”!
You can find a test flow (“_multipleLists_formatbugTest.rfl“) that reproduces the error attached.
Rulex Desktop, Software version: 1.3.2, Build number: 212 (Linked issue: RP-4752)
Branch Variable weird behaviour: In the Data Manager, the concatenation of multiple functions as textSplit(mode($”Attr”)) now considers the presence of an attribute only for the inner function and not for the outer function. (Linked issue: RP-5287)
Fixed API-triggered Flow computation not locking resources, allowing concurrent user access: Fixed a bug in an API call that failed to lock resources in Rulex Platform server version. (Linked issue: RP-5424)
Fixed Export button in Rulex Factory tasks “Take a Look” window: Export button in Rulex Factory tasks “Take a Look” window was not working. (Linked issue: RP-5478)
Different behavior between tasks that never had a dataset and tasks that had a dataset with all columns removed: Fixed a bug where, during full computation, emptied structures were treated differently from structures that have never been present. (Linked issue: RP-5605)
Issue in links visualization in linkanalysis and geochartplot: Multicolor links in linkanalysis and geochart updates correctly after a change in the data (Linked issue: RP-5615)
Malformed csv in presence of currency column with value >= 1000: Removed “,” as thousand separator for currency columns in case of export to text file with “,” separator. (Linked issue: RP-5620)
Report widget are not printed correctly on PDF: In reports, bullet list and numbered list did not control the leading space between lines in the same bullet correctly. Also, the indentation of lines after the first one in each bullet was not performed correctly. Tables’ rows were not automatically enlarged in case of long cell text. Card texts displayed some graphical defects due to a CSS misalignment in the title box. (Linked issue: RP-5626)
Symbols are substituted with HTML entities.: In Rulex Studio Text widget, GOLD formulas can be used. However, if users typed a math symbol, the GUI automatically converted it with the corresponding HTML entity, leading to an incorrect code. (Linked issue: RP-5632)
Unable to write in ShareDrive root: Fixed a bug preventing the upload to Sharedrive root folder. (Linked issue: RP-5638, CS-4288)