25 results found
-
Manual re-compile all enabled projections in OData connector
In the context we hae customers like Elvia and soon DSB where flow is having a usage of 300+ projections. With frequent updates in IFS ( ever green with new releases every 6 month and service updates in addition). The projections needs to be recompiled one by one. This is timeconsuming and have a risk of not handling it correctly.
I would be great and useful to add an option/button/way to easily re-download the metadata of all enabled projections and re-compile them in OData connector.
Especially, after an update of IFS, it would be great to do it manually.
Even…
11 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.
-
Swimlanes
Swimlanes in Flow Connect, much like Classic, would support multiple roles and push notifications to role. Currently, Swimlanes on Connect are converted to Seeded Inboxes.
Swimlane functionality on Classic can be found here:
https://help.novacuraflow.com/development/flow-studio/applications/workflow/swimlanes4 votes -
New Web Designer (Flow Connect Conference 2024)
A fully web-based designer. No longer needing to download a thick-client to utilize the Flow Studio. Instead, just open it up in a web browser. Let us know if you have any ideas for the new web designer for Flow Connect!
6 votesWe are happy to inform you that development work has begun on your requested feature. Our product team has assigned resources and is actively working on implementing it. We will keep you updated on its progress.
-
Show different workflow name/title in client than in hub
It would be nice to have the option to set a titel or name of a workflow which will be shown in the client as the workflow name, and different name in hub.
Similar functionality exists in Classic, where you can change the name shown in clients.
Many times, we have multiple copies of flows with different name (and even slightly different functionality), but in client we want to show it with the same title/name.See attached pictures.
In Classic:
workflow name: "Pick Delivery - NEW - InforM3"
in clients: "Pick Delivery"In Connect:
workflow name: "MaterialPlanReplenishAllFinalVersion"
in clients:…1 vote -
Support E-Signature Capabilities in Flow
Novacura Flow should be able to handle electronic (digital) signatures. This should support multiple signatures and allow a user to decide where each signature should be on the document. As a requirement, the customer would have to be able to upload a personal certificate that is uploaded to a keystore and should support .pdf formats.
1 vote -
Create Component from part of an App
Typically when developing an App or a set of Apps, you don't exactly know how the Apps will end up and it is difficult to have a clear component strategy from the start.
It would therefore be super helpful to be able to take a part of an app, a sequence of workflow elements, and turn that into a component when needed. Directly from the Designer.
Preferably the function should be smart enough to suggest required input to the component.
When created, the selected sequence of workflow elements should be replaced automatically by the newly created component.
2 votes -
Add JSON sorter functionality to FlowScript (Playground)
Now and again I need to define my data type in FlowScript(by get the definition from IFS - API Explorer and using the Inferred result type functionality in the playground).
Usually I dont need the whole datatype only a few specific KeyPairs but these can sometimes be hard to find as the datatype can be large and not in any kind of order.
So a built in JSON sorter that will take a JSON as input and order the KeyPairs by KeyName or KeyValue (selectable by user) and return with a ordered JSON would be a nice to have feature.…2 votes -
Change Font, Colors, and Alignment within User Elements
Within a User Element in a User Step, I would like to be able to change the font, front size, font color, alignment, bold, italics, and more so that I can make more visually appealing workflows.
43 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.
-
Navigator - lacking placement possibilities
The current Navigator in Connect Designer is lacking in functionality compared to the Classic Studio in regards to placement possibilities.
I always have the Navigator activated and when developing I prioritize canvas area left<->right and therefore I want the Navigator at the top, unfortunately this is not possible in the Connect designer (see picture from Classic Studio).2 votes -
Get list of apps/users/user groups from hub
It would be great to have a variable or a connector/API I could call and get a list of apps/users/user groups from hub/environments.
(or few extra features such as sending invitation to a user via flow).Like in flow classic, see attached picture.
If updating users are not available due to security reasons, but at least fetching a list of users would be great.
2 votes -
New FlowScript function for BI apps and other data driven apps
For data driven apps or any BI apps it would be great to have an easy way to create a complex result set of data.
With this function available we could create amazingly flexible and "Qlik-like" apps in no time.Let's consider one scenario.
We want to display sales per period, per a few selected sales reps and products.
As dimensions we have Period (Quarter/Month), Salesman, Product.For the actual sales we have one big fact table with all all sales, including the dimensions above.
In an app we want to select a group of salesmen and a few product,…
1 vote -
Add proper Report Print Layout configuration to Flow
There is a need for proper Report Print Layout configuration. Must allow dynamic sizing of all cells in a table/layout, logo, formatting, conditions etc. Today's HTML is far to rigid. For some use cases the layout is so poor that we can't even use it internally, not to mention externally.
Main need is for PDF, e.g. Word would have been nice, but less important
Ideally there should be an engine on the backside, allowing to be automatically sent on E-mail or printed to predefined print.
For IFS users, similar IFS Report Designer and Print Agent. The built in IFS tools…
4 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.
-
Change back symbols for arrays to []
In current version of FlosScript {} symbol is used for declaring arrays(Pic A), inside IF and FOR loops(Pic B) and to showcase when Flowscript will be used(Pic C).
I think, using same symbol for everything makes it's purpose unclear and can cause unnecessary confusion. Was change from [] to {} for array declaration cause by some real need?
2 votes -
Return to parameter view from flow6 in Components
New version of parameters for Components in counteractive and in opposition to Lowcode philosophy behind Novacura products. Frankly it looks unfinished, which I hope it is. Moreover in old version you were able to open used Component, which would be even more important now, when they are all dumped in one place and not divided into folders or even show which flows they are assigned to.
2 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 effortless usage of types with typed output everywhere
Typed variables in Flow is a good thing, but most often it creates a lot of extra work to make it work.
As many of the ideas here suggests, while FlowScript provides a lot of possibilities, it has in its current form made Connect come a bit too far from being Low-Code.To simplify the handling of types it would be of great help to be able to easily make sure that the output variables always are of the wanted and expected type.
For example:
- In a IFS DB Machine Step be able to easily ("low-codish") define types for…1 voteThank 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.
-
FlowScript Code Formatter
Currently, Flow Script does not offer any assistance in code formatting, which could lead to less readable and harder to manage scripts.
We suggest the introduction of a "Code Formatter" button in Flow Script. This button would apply some basic formatting rules, such as indentation, to make scripts more readable and easier to maintain. Even though users may request further customization options, having basic formatting support will be a significant improvement over the current situation.
9 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 Flow Variable Update Capability Within Scripts
A feature enhancement that allows users to update the values of flow variables from outside of a script. Currently, when working with variables X and Y, executing a script step only allows for returning a value to overwrite one of them, or utilizing a complex workaround with a record to update both variables. We propose the addition of a simple syntax, such as ":flow.X = "something";" within the script, where the ":flow" prefix defines the scope of the variable being modified. This improvement will streamline the process of updating variables, eliminating the need for additional steps and making script operations…
6 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.
-
Add QR-code(camera) as Keyboard type for text- and numeric unput in user steps
I have several usersteps in multiple workflows, where the only purpose is to scan a barcode. I`ve been able to get the novacura app on mobile devices to automatically enter the input field (with the "Auto Focus input" turned on in the app), but I cannot get novacura to also select the camera. They need to click on the QR-icon every time. I could of course buy a bluetooth barcode reader, but I want this to work also with the mobile camera.
Can you check if it`s possible to add QR code (camera) as keyboard type for text- and numeric…
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.
-
Revert to an old version of an app or component
I want to be able to automatically revert an old version into to the current working version, similar to Flow 6.
Currently you have to open both the working version and the old version in Designer and manually copy between them.2 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.
-
Better visualization of committed versions in Designer
Immediately after committing a version in Designer, a new working version is created and I can not see the information about the last commit.
2 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.
- Don't see your idea?