85 results found
-
Add picture/thumbnails option to buttons
It would be a nice feature if we could show pictures/logos in buttons (and not just unicode characters).
Similarly to the new 'list input with picture' feature.1 vote -
The possibility to handle errors in some connectors
In some connectors for example FileSystem we need the ability to handle errors and sometimes ignore them.
5 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.
-
Translation panel and standard buttons
Support for multiple languages in Flow can be a involved process and with many large workflows in a solution it can be challenging to provide a consistent translation (and terminology!) in your apps. In the translation industry, a common way to work is to have a side-by-side or spreadsheet view of all text with the original language on one side and the translations on the other. I would love it if the Languages tab in Environment could collect all text from one or multiple apps and then put that text in a table with editable fields where you can enter…
7 votesThe feature request has been approved and is now scheduled for development. Our product team has determined that it aligns with our product roadmap and will bring value to our platform. We will keep you updated on its progress.
-
Close Pinned Steps
A process involves calling a flow fragment with a pinned user step. After completing the fragment, returning to the main flow retains the now irrelevant pinned step, potentially causing confusion. Pinned steps should close along with their parent flow to avoid this issue.
14 votes -
Change name of Filter button PORTAL 2
Be able to change the name of the Filter button on the Filter portlet.
Example:
7 votes -
Enhanced Targeted Messaging Capabilities in Flow Server
Requesting an expansion of the Flow Server messaging functionality to support targeted communication beyond global message sends to Portal. While acknowledging the utility of global targeting, there's a strong need for more precise messaging options such as targeting specific Flow user IDs, user roles, and user workflows. This enhancement would significantly empower communication in multi-user setups, providing greater flexibility and efficiency in message delivery within the Flow environment.
1 vote -
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 -
Can items remain highlighted once clicked on them?
Is there any way that when adding records for an employee, the name stays highlighted. After each record I enter, I have to re-click on the name to enter more or even see anything pertaining to the employee.
the user wants the name to be able to remain highlighted while they are doing processes for named user until the processes are completed instead of having to click on the user name each time to create additional processes for them.
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.
-
Configure font color, size or bold/italics in Portal 2 Scheduler
We would like to have an option to configure font color, size or bold/italics in Portal 2 Scheduler.
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.
-
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.
-
Allow word wrapping on scheduler cards.
Allow word wrapping on scheduler cards. If my label goes too far right, it just disappears.
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.
-
Datepicker in Filter Portlet Start Date by User's Locale
The starting day of the week in a datepicker in Portal 2 should be influenced by the locale settings. For instance, if en-US, the week start should be Sunday. If sv-SE local is set on the Flow User, then Monday should be the start date.
7 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.
-
Enable listener for Record Portlet
Please enable the posibility to listen to the Record Portlet. We offer the possiblity to change data via Workflow, but any saved changes will never trigger an update of other portal objects. This needs to be done manually. I have encountered this in at least 4 projects now where this feature would have been needed.
1 vote -
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.
-
Container in portal2
When we merge 2 portlets into a container there is no provision to have a button for containerized portlets.
There are requirements where in you need to have 2 datasources for 2 portlets but need to have a button wokflow which can be used for both or any of the portlets.1 vote -
Custom Timeline in Scheduler
Currently, the Scheduler lacks the ability to create a custom timeline, making it difficult for users to plan orders starting in one week/month and ending in the next week/month. This lack of functionality can lead to a lot of clicking and scrolling and difficulty in visualizing the total order.
We propose adding a feature that allows users to define a custom timeline in the Scheduler. For example, this could be a timeline starting from 'today + 1 week' or other similar custom periods.
This will allow users to have a more efficient and streamlined planning process, minimizing the need for…
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.
-
Allow eq and in operator on the same entity
we would like to use both the eq and the in operator on the same entity within a set and if the IN operator consist of only one “value” then the connector will crash and give the following error “Operation failed. Multiple key predicates cannot be specified for the same entity set.“ but if you set more than one “value” it will work as intended.
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.
-
Today button in Gantt
This comes from Billerud: As a user
I want to be able to click one button to navigate to the current date
so that change dates to look at information but still with one click come back to the now2 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?