222 results found
-
Support Push Notifications for Swimlane Handovers with Multiple Languages
We would like to Enable push notifications for Swimlane Handovers to support multiple languages in the text.
8 votes -
Export datagrid from workflows as Excel documents
We would like to have the feature to export datagrids in workflows as excel files
8 votes -
Global Functions for Cross-Script Usability in Flow Environment
We request the implementation of a feature that enables users to create global functions within the Flow environment. These global functions should be accessible and usable from any script within the environment, irrespective of their location. By having the ability to define reusable functions at a global level, users can avoid redundancy and promote code modularity across their workflows. This enhancement would significantly improve the efficiency and maintainability of scripts within the Flow environment.
9 votes -
Progress bar UI element
When doing complex operations in Flow, either as a loop of machine steps or as a machine step with an iterator, the user is left in the dark about what is happening. It would be great to be able to present the user with a progress bar that gradually fills while Flow is processing the operations. This could be a special User step that requires no interaction from the user and disappears when the process is done. Inputs would be a counter variable, a total of the number of operations and a user message detailing what is going on.
A…
5 votes -
Customer brand login (sign in) screen
Current login screen only shows "Flow 6" (not even Novacura is mentioned).
We are gearing up adding external partners to the portal. It both creates suspicion and looks amateurish without our company name, and preferable logo, in the login screen. Enabling us to brand the layout with name, logo and maybe even colour would have made a big impact on the first impression.
5 votes -
Survey/quiz functionality in Flow
The idea is to allow form creation with built in logic, similar to a the tool used when building a form in SurveyMonkey. You could have Interaction Items for multiple choice, true/false, 1-10 scales, short answer, etc. This would allow customers to build surveys, or in the case of Flow academy design the certification exam. An example of the backend logic would be if you had a question "Did you the instructor covered the material in a clear and concise manner?", and the respondent said "No", then a short answer box would appear next asking them to explain what could…
4 votes -
Resize images to fixed file size
we would like to have enable a feature that allows downsizing to specified size (in MBs). Solution calculates the required resizing factor and use a quality down sampling algorithm (e.g. bicubic) that maintain adequate image quality and get it down to specified file size or just below. from the flow itself.
6 votes -
Arrows are not easy to identify or get too long
Sometimes I have VERY long arrows. When i highlight the arrow I can see it nicely, but as soon as I try to move it is not highlighted. I want to be able to see my separate arrows ESPECIALLY WHEN THEY overlap.
A few options to consider.
Allow me to color arrows different colors for visibility.
Allow me to select an arrow and leave it “selected” so it stands out.
Allow me to have a shorter arrow that goes to a “GO TO” element which is just a pointer to another element in the flow.
3 votes -
Timezone script and setting in Flow
The current Now() function in Flow retrieves the time based on the device's local time. This can lead to inconsistencies for users or workflows operating across different time zones. To improve this, there's a need for advanced time manipulation functions and settings.
Proposed solution is to introduce new functions like Now().utc, allowing users to retrieve time based on specific time zones like UTC. Additionally, integrating a timezone setting for each user in Studio, similar to the existing Language and Locale settings, can ensure consistency and accuracy in workflows, catering to diverse customer needs. This enhancement will grant users greater flexibility…
5 votes -
Enhanced Navigation in List Multi-Selection Input
we would like to explore better alternatives as some users find the List Multi-Selection Input confusing on mobile and tablet devices. On computers, users can easily select and close the menu using the mouse. However, on mobile or tablet, the process involves opening the menu as a "new page," making selections, and confirming choices using the back button as the back button's current usage is unfamiliar and confusing to users. Perhaps adding a dedicated button for confirmation or a similar approach would improve the user experience. For a clearer understanding of the problem, refer to the provided pictures (pc 1-3…
6 votes -
Simplifying Workflow Conversion
Frequently, I design a workflow and realize the need to switch it from a User Flow to a Fragment, either due to oversight during creation or the newfound requirement for reusability. The current process of converting the workflow in the studio is rather cumbersome. Although I've managed to export the Flow, manually tweak the XML, and then re-import it to achieve a Fragment, it strikes me that this procedure could be streamlined. Perhaps a more user-friendly approach would involve incorporating a 'Convert To' option, accessible through a simple right-click within the server explorer, offering a range of flow type transformations
5 votes -
Optimize Database Performance by Implementing Version Archiving and Deletion for Workflow Version History
Our database has expanded due to numerous historical versions of Workflows, causing significant delays when making changes in the Workflow management system. To overcome this issue and enhance workflow development efficiency, we need version archiving and deletion capabilities. By storing older versions separately or deleting unnecessary ones, we can boost database performance, reduce loading times, and increase overall productivity.
8 votes -
Remove "Create" word in sequence arrow popup menu
When you create a sequence arrow then right click, there is no need to have the word "CREATE" before each element.
Additionally, the list could be alphabetized to easier find the type of element you want to add.
3 votes -
Enhanced Variable Management in Debug Mode (Test Bench)
When debugging workflows in the Studio with a high number of variables (200+), it is time-consuming and challenging to locate specific variables. Currently, variables are not presented in any particular order and cannot be sorted.
We propose to introduce the following enhancements for variable management in debug mode:
- Ability to sort variables by name and type.
- Search functionality to find specific variables (or part of a variable name).
- Option to monitor specific variables - a feature where the user can mark specific variables which will always be at the top of the list.
These features will significantly improve the efficiency…
6 votes -
Improved "Auto Focus" Option Behavior
The "Auto Focus " option currently fails to place the cursor in the first input field when it is the second element in a flow after a list box. This results in a non-intuitive user experience, requiring users to navigate through other elements before reaching the input field. We request an enhancement to ensure the cursor is directly placed in the first input field, or at least the list box, when "Auto Focus Input" is enabled, providing a smoother user experience.
6 votes -
Simplified "For Each" Loop Element for Dataset Processing
Currently, when looping through a dataset/table, users need to create a copy of it, check if it is empty, fetch one row at a time, process it, and then exclude that row before continuing the loop. This process involves unnecessary steps and can be time-consuming. Therefore, I propose the implementation of an easy-to-use "For Each" loop element. This element should allow users to set the dataset and define the assignment of each row, simplifying the iteration process. It should automatically handle row traversal without requiring additional checks or dataset manipulation. This feature would enhance productivity by streamlining dataset processing and…
6 votes -
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 votes -
Update the version of the SqlParser
Update to the latest version of the SqlParser For Special SQL Server Functions such as string_agg([Column], [separator]) function in combination with "WITHIN GROUP (ORDER BY [Column])"
2 votes -
Customizable Filename for Document Viewer Downloads
Currently, when utilizing the Download functionality within the document viewer, the downloaded PDF file is named "undefined.pdf." This naming convention lacks user-friendliness and can lead to confusion among our users.
We kindly request the implementation of a customizable filename option for the downloaded PDFs. This feature would allow us to set a more descriptive and meaningful filename, relevant to the content or context of the document being viewed. For example, users could have the ability to name the file based on the document title, date, or any other relevant data.
The ability to customize the filename would significantly improve the…
7 votes -
Customize Colors for Charts
Some charting libraries or tools may have limited options for customizing colors in pie charts. They might provide predefined color palettes or automatically generate colors based on data points, making it difficult to customize individual colors. As a Portal 2 Developer, we would like to be able to utilize charts and customize the content and colors in those charts.
6 votes
- Don't see your idea?