238 results found
-
Add "Sortable" Option to Table Portlet in Portal 2
Portal 2 currently lacks the option to disable the sortable functionality in table portlets, a feature that was available in Portal 1. This feature is crucial, especially for touch device users, as the default sortable setting can lead to accidental data reorganization or confusion when interacting with the interface.
Proposed solution is to reintroduce the "Sortable" option in the table portlet settings within Portal 2. This feature should allow administrators to toggle sorting capabilities on and off according to the specific needs of their interface design or user experience requirements.
3 votesThank you for voting on this feature request. Our product team is currently reviewing it and evaluating its feasibility and potential impact. We will keep you updated on any progress.
-
More options to transform incoming requests in Integration Engine
At the moment the integration Engine can transform incoming XMLs, but we have cases where it would be benefical if we can forward the incoming message body as text to the flow server.
Examples for this:
1) receive a file as pure text that we want to process as file (e.g. csv or xml).
2) One Endpoint for multiple different incoming XMLs/ different formats.
3) Other edge cases where the available script languages might not be enough, but Flowscript could handle it.3 votesThank you for voting on this feature request. Our product team is currently reviewing it and evaluating its feasibility and potential impact. We will keep you updated on any progress.
-
Improved Version Update Mechanism in Studio
Currently, when an error occurs in Studio, such as "Item is not linked to the latest version," clicking on the error message automatically opens the fragment. This behavior is not always helpful, especially when the needed action is to update the version rather than edit the fragment. The limitation is compounded by the fact that version updates cannot be performed while the workflow is open in edit mode.
Proposed idea is to revise the error interaction process to better align with the user's likely intent. Instead of automatically opening the fragment for all types of errors, provide a more nuanced…
3 votes -
Chat User-Step Element
It would be ideal to have a chat user-step element that could be configured in Flow. This would allow us to more easily use GPT in a dynamic way inside of the Novacura Flow Client.
3 votes -
Unlock locked user accounts in Flow with API
I would like the possibility to unlock locked user accounts in Flow environment via API.
As of now, our Servicedesk needs to have Studio installed and reserve one admin licence just to be able to support our organisation.
Thanks!
3 votesThank you for voting on this feature request. Our product team is currently reviewing it and evaluating its feasibility and potential impact. We will keep you updated on any progress.
-
Enhanced Marketplace app attachments
Two things to report regarding attachments when creating an Expense Report.
The attachment type is set to MEDIA, that limits us to certain file types. Sometimes the user wants to add a PDF document, but that is not possible.
One of the final steps in the app is to attach a document (if that exists) to the expense row that was just created. Here step “Get Expense Details” fetches all expense rows, and the next assignment step fetches the first row {FirstOrEmpty(ExpenseDetailResult.Results)}. This first row is then used to create a keyref in the next step. The problem is that…
3 votesThank you for voting on this feature request. Our product team is currently reviewing it and evaluating its feasibility and potential impact. We will keep you updated on any progress.
-
Connect pins in Map Portlet
When I have multiple pins in the map portlet, it would be great to select a group of them or being able to connect two pins. These two pins could then be the input for a machine flow that calculates the time of travel via rest call.
This would help to use the portal for planning.3 votes -
Group Connectors in Machine Steps
When you have a considerable amount of connectors it is not that easy to locate the connector you are looking for. If connectors can be grouped based on the type and then sorted alphabetically within the group will add immense value to the flow developers.
3 votesThank you for voting on this feature request. Our product team is currently reviewing it and evaluating its feasibility and potential impact. We will keep you updated on any progress.
-
Facilitate Binary flow script function
We would like to have a feature to facilitate encode/decode Base64 with flow script function and be able to convert a flow variable to a binary file format.
3 votes -
Enhance the flexibility to Allowing same API Key Names with Different Identifiers
In REST endpoints where some operations require an apiKey in Header and some as a query parameter. Both the query and the header key got the Api key name “apiKey” but they got different names as "apiKey Query" and "apiKey Header". But it is only one of them shows up under Authentication. The fact that it says apiKey(apiKey) shows that it doesn’t recognize that the keys have different names even if the name of the key is the same. Request an enhancement to allow the same API key name with a different identifier name.
3 votes -
Ad connector needs an overview
The Active Directory connector is not well documented and some of the functions are not working as expected.
Example "Get users for Group" is not fetching the users, in sub/connected groups. And it´s also returning the groups.3 votes -
Optimizing Efficiency in the Attach Part to HU App
The "Attach Part to HU" app currently allows users to add only one part at a time, which can be time-consuming. The suggestion is to enhance the app by adding a looping option within the flow, enabling users to add multiple parts consecutively without restarting the process each time. Additionally, the app currently supports adding only one serial at a time, and the recommendation is to enhance it with a multi-select option, allowing users to add multiple serials simultaneously for improved efficiency.
3 votesThank you for voting on this feature request. Our product team is currently reviewing it and evaluating its feasibility and potential impact. We will keep you updated on any progress.
-
Image Selection with Additional Inputs
We have startad using a lot of images in our Flows to show product images. There are however quite some limitations in this area.
I would like a see a Image function that allows us to display a image in any element.
The function should take image source, width and height (and maybe something to keep aspect ration or not). The width and height would rezise the image server side for faster load times on the client.
Img(url, 300, 300, 1)
This would allow us to display a list of items with images in List Selection Input or in a…
3 votes -
Allow string value of Pipe characters into OData connector
We would like to have new feature to be able to pass the value string which includes Pipe characters (|) to the OData connector (without line breaks).
3 votes -
Seamless Marketplace Integration in Novacura Flow Studio Designer
To enhance the collaborative and content-sharing aspects of Novacura Flow Studio, we propose the integration of a user-friendly Marketplace directly within the Studio Designer. This marketplace will empower developers to effortlessly access, upload, and share content, fostering a vibrant ecosystem of tools and resources.
Key Benefits:
Simplified Content Discovery:
Developers can easily explore a wide range of resources available in the Marketplace, simplifying the discovery of valuable content.
User-Friendly Content Upload:The feature enables developers to upload their own content, whether it's templates, modules, connectors, or other assets, for others to benefit from, either for free or at a cost.…
3 votes -
Auto Navigation between pages in portal 2
We would like to have a new function where the portal 2 pages navigate automatically within given time period
3 votes -
Enhanced Label Editing for Studio Elements within Flow Element Itself
In the current system, editing the label text of a canvas element requires double clicking on the element in the canvas view. This method can be time-consuming, especially when designing intricate flows. Moreover, without immediate renaming during the design phase, elements can end up with generic labels like “Machine Step”, “Machine Step [1]”, etc.
We propose to introduce an option to edit the label text directly when in the edit mode of a canvas element. This enhancement would provide designers the flexibility to rename elements on the fly, ensuring clarity and reducing the likelihood of generic, repetitive labeling.
3 votes -
Change SQL validations in Studio
We frequently execute numerous queries on our M3 IBM DB2 iSeries database, and occasionally, I encounter issues where Flow Studio does not accept the query.
We've been able to adjust queries in the past to make them compatible with Flow Studio, but this time I'm facing difficulties. The problem specifically arises on line 7 of the query.
We make extensive use of "with" statements, so it's puzzling why I'm encountering an issue in this particular instance. It's possible that the problem is related to the brackets I'm using to dynamically insert parameters into the query, but despite the error, everything…
3 votes -
Expanded Document Format Support in Portal 2 Doc Viewer
Enhancement to Portal2's document viewer to increase its compatibility with these common file formats (doc, xls, txt). This will improve user experience by enabling in-browser viewing of a wider variety of documents.
3 votes -
Change Tracking Enhancement
To increase auditability and reduce unnoticed changes in Flow Studio, we need a feature to track modifications made by third-party developers. The system should record changes made to flow components, noting the user and the commit timestamp. A comparison between changes (diff) would further enhance transparency.
3 votes
- Don't see your idea?