87 results found
-
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.
-
Ability to ignore non-critical (yellow) Flow errors
This is related to ideas https://ideas.novacura.com/forums/953926-novacura-flow-classic/suggestions/47158924-change-sql-validations-in-studio and https://ideas.novacura.com/forums/953926-novacura-flow-classic/suggestions/47473418-update-the-version-of-the-sqlparser. Sometimes Flow Studio will flag steps with a yellow "non-critical" error because Flow can't parse the code correctly. Most often I see this in SQL Server machine steps, but it can happen in other kinds of connectors too. While it would of course be lovely if the parser could be better, I think it will be hard to make it 100% correct. That's why I would like a RMB option to Ignore a yellow error on a machine step, sort of like when I want a word processor to stop flagging…
5 votes -
Remove warning messages
we would like to get rid of unnecessary and misleading warning messages when updating flows up the dependency chain
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.
-
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!
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.
-
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…
7 votes -
Option to Suppress Subscription Notifications for Disabled Environments
In instances where a TEST environment is disabled while PROD remains subscribed to TEST, users encounter a barrage of subscription notifications, disrupting workflow in PROD Studio. To mitigate this, we propose implementing a feature that provides users with the option to suppress subscription notifications temporarily. This could include a warning prompt with the choice to suppress notifications for the current session or for a customizable duration, such as 24 hours, ensuring uninterrupted productivity during critical work periods.
1 vote -
Customize rows per page in the datagrid
The ability to show more than 100 rows per page in a datagrid for a Web NG Client is typically controlled by the settings and configuration of the datagrid component.
It was available in the old web client but is not present in the NG web client.
4 votes -
Highlight arrows when stepping through a workflow using breakpoints
When stepping through a workflow with breakpoints, the step that is about to be activated is highlighted. This could be made clearer by instead highlighting the arrow leading to the next step, indicating exactly what is about to happen. This would also show which path has lead to a step with multiple inputs.
4 votes -
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 -
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.
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.
-
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 -
Enhanced DataGrid Selection Control with Default Row Selection
We kindly request an enhancement to the DataGrid functionality in Studio, allowing users to pre-select one or more default rows when binding the DataGrid to a table and enabling selections, including single selection mode. Currently, users are unable to set default selections, which can result in additional manual steps for users to accomplish this. This proposed feature aims to improve the usability and efficiency of DataGrids by providing the ability to automatically mark specific rows as "selected" upon binding.
8 votes -
Search ability enhancement in AD Sync Group in AD Sync
We would like to have a proper search mechanism in AD Groups and when we try to search for one group. data should be able to get sorted according to letters when we type.
6 votes -
Expanded Menu Priority Order Integers
Currently, the menu sorting order in our system is limited to priorities 1-10, which restricts our ability to effectively organize a large number of menus. We kindly request an enhancement to the sorting functionality that allows for a broader range of priorities, specifically from 1 to 100 or, ideally, any integer. This would provide us with much-needed flexibility and control in managing our extensive menu collection, leading to a more seamless user experience and improved efficiency.
7 votes -
Allow marking + copy/paste in workflows that are commited
A lot of times i want to copy + past multiple steps from an existing flow. This is currently only possible for one element OR in Edit mode. If someone else has a non committed working version we cannot even set it to edit mode to copy/paste parts of the flow.
Same goes for machine/script steps which are larger. Since you are not allowed to scroll you cannot copy the content without setting the flow to edit mode.
Would be nice to give the possibility to select like in edit mode for both these cases so we can copy whatever…
4 votes -
Make it easier to write "Text"
To present relevant information our users, we type a lot of conditions and display variables practically everywhere. On arrows, in headers, in texts, in prompts and so on. Those fields can not be "opened" like a script-field (Condition To Hide) and when you try to navigate left or right in that field, it jumps around a lot.
Development is overall fast in Flow but those finishing touches that makes a good applikation great takes time.
Can we get the possibility to open these fields up to speed up development?
Thanks!
And I guess you already got a request to make…
1 vote -
Enable Seamless Script Integration with Included Workflows and Machine Steps
We request an enhancement to enable script steps to directly interact with included workflows and machine steps. Currently, this limitation leads to complex workarounds and inefficiencies, particularly when processing datasets in loops. With the proposed improvement, users can easily call included workflows and machine steps from within script steps, streamlining data processing and reducing the need for intermediary datasets. This enhancement will significantly improve workflow efficiency and simplify task execution.
7 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 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.
-
Update dependency for fragment: Add Fragment comment to updated versions
When changing a fragment and updating dependencies it can be VERY confusing to follow the changes in Flows that have been changed.
In complex flows using a lot of fragments, some flow specific and some used in a lot of flows, when i do changes and want to update PROD i can frequently see that between my changes and the last shared version to PROD other changes have been made, but i cannot see a comment other than "Auto updated version dependencies". If there is a comment in the changed fragment, please use that comment in all dependencies as well,…1 vote -
Real-Time Collaborative Editing in Novacura Flow Studio
In the spirit of fostering efficient teamwork and enhancing the development experience, we propose the integration of real-time collaborative editing capabilities into Novacura Flow Studio. This feature aims to facilitate concurrent editing of Flow components by multiple developers, providing visibility into the collaborative process and ultimately promoting more effective pair programming.
Key Benefits:
Enhanced Collaboration:
Developers can collaborate on Flow projects simultaneously, fostering real-time teamwork akin to co-authoring documents in Microsoft 365.
Real-Time Presence Indicators:Visual cues in the Studio Designer display who is currently editing an app, promoting awareness of concurrent development activities.
Cursor and Edits Tracking:Live indicators…
4 votes
- Don't see your idea?