222 results found
-
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…
1 vote -
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.
4 votes -
Seamless OData Projection for Workflow Subscriptions Across Environments
We would like if a warning message can be implemented when you add a new projection in DEV/TEST environment and then subscribe to PROD, that has not the new/added projection. Which is to get a warning with info about it, or that the projection is added automatically when it happens. Or such a solution so that End user will not get affected.
4 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).
2 votes -
Separate Find & Problems Tabs or Stay On Find Tab
The Find and Problem tabs in studio are connected and cannot be pinned separately. This makes finding problems and debugging them more difficult. Also when you search for a term in the Find tab, and then open an object in flow to edit the node, upon exiting the node editor window, the Find tab automatically switches back to the Problems tab which is extremely annoying and inefficient. So either stopping the auto-switching to the Problems tab or separating the two tabs would be extremely helpful.
2 votes -
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…
3 votes -
Generative AI - Flow Component and Workflow Creation (GPT)
In the ever-evolving landscape of app development, speed and adaptability are paramount. Our proposal aims to empower Flow developers with a Generative AI Copilot, capable of swiftly building components of an app and facilitating real-time modifications, all through natural language conversations.
Key Benefits:
Rapid App Component Creation:
The Generative AI Copilot enables developers to efficiently construct app components, eliminating the need for time-consuming manual coding.
End-to-End App Creation:The Copilot can autonomously generate entire applications from scratch using OpenAI and Generative AI technologies, significantly reducing development timelines.
Adaptive Modification:Developers can request real-time adjustments to the app via natural language…
1 vote -
Enhance 'checkpoint' workflow element
We use at lot of Assertion Steps in our Flow to alert users that something went wrong. On typical example is that we usually compare the the input to a list of items. If it don’t match, the user gets a error.
The problem with Assertion Steps is that the user have to click to remove the popup window. To be more efficient, a temporary popup would sometimes be enough.
We can accomplish this using the Checkpoint-step and write text that covers the whole screen, as seen in the picture.
But it would be nice to make this popup red,…
2 votes -
Enable scrolling of the page and portlet windows when 'Draggable' is enabled on Table Portlet
The users request an improvement in the table portlet's behavior when grabbing a row in 'draggable' mode. Specifically, they desire the page window to scroll up, down, left, or right automatically when they hold the row near the border. Additionally, they expect the same behavior to be applicable within other portlets. For example, when dragging a row from a table Portlet into a Scheduler Portlet, the current page stays stagnant. This means that if the Scheduler Portlet is not on the exact date and time to drop the table row into, the user needs to start over, ensuring that they…
1 vote -
Calendar weeks with uniform week start day
We would wish that all calendars start with the same week day. For example in the filter portlet the weeks start on a sunday and in the gantt portlet on a monday.This uniform approach would ensure that everyone is on the same page regarding the start of the week.
3 votes -
Null Date Inputs in IFS OData Connector
Currently, in the IFS OData connector, date fields can be modified but not cleared (set to null), although it's possible to clear these fields directly in IFS. Converting to a custom operation allows null inputs but is not a desired solution due to its complexity.
We propose to add functionality in the IFS OData connector to allow null inputs for date fields. This would align with the behavior seen directly in IFS and would enhance the versatility of data manipulation in the OData connector.
4 votes -
File System Connector - Zip File Streams into Variable
We would like to get a way to Zip File Streams directly into a variable instead of needing to a file location to store them. This could open up multiple UI options otherwise gated by filesystem access.
3 votes -
Update User Step when returning from Subtask
We would like to have the feature for reloading sub-tasks within a User Step. The subtask should be updated with data from a Machine Step, provided that the a machine Step is connected to the User Step using a Data Arrow. If so, the User Step will be updated when a sub task in the User Step is done and the User returns back to the User Step. The reload of data can also be triggered manually by swiping down. Works in Android app but not in Web client.
3 votes -
Enhanced DataGrid Customization: Dynamic Button Visibility Control
This request aims to enhance the capabilities of the DataGrid by allowing workflow designers to define the visibility of buttons based on data within the DataGrid. This functionality will provide greater control over user forms and user steps, enabling users to display specific fields and buttons selectively based on the data context, which is particularly useful for mobile optimization and conditional button enabling scenarios.
Sample Use Cases:
Mobile Optimization: When designing a user form with numerous fields, buttons, and DataGrid data, the feature would enable the designer to show only certain fields on mobile devices to optimize the user experience.
…
4 votes -
To make the Database connection option optional for HTML portlets in Portal 2
HTML portlets serve as a repository for exhibiting non-dynamic content in portal 1. However, in portal 2, it requires a select query and a database connection.
This limitation results in a less intuitive experience when working with them.
It would be greatly beneficial to restore this functionality in portal 2 for client applications, allowing for a smoother transition and enhanced user experience.2 votes -
Workflow Datasource Ordering in Portal
When listing workflows for data source in e.g. a table Portlet, the ordering is appearing randomly. Ideally, a selected workflow should be on top and the remaining preferably ordered alphabetically by name given in Studio.
2 votes -
OData Connector Attribute List Ordered Alphabetically
We would like “Order of attributes“ is an example where attributes have no order to be ordered alphabetically. In Read operation keys (indicated bold already at the moment) could be first in the list and the remainder of the list should be ordered alphabetically.
2 votes -
Enhancing User Step Quality of Life
Introducing Record Key Targeting for User Step Input: Currently, to store user-entered text into a pre-existing record, an additional step is required after the User Step to combine the output into the record. Implementing the ability to directly target a record key for user step input will enable seamless pushing of the value output into the desired record, eliminating the need for an extra step. As an example, it would help stream line development if I could Use a Records Key/Value pair as the variable to output to. So “Foo.Bar” would be the output variable for single item inputs. Then…
4 votes -
Additional Authentication Options for Email Connector
Microsoft is discontinuing basic HTTP authentication for Exchange on October 1st. While SMTP basic authentication, which appears to be used in our email connectors, will continue to function based on Microsoft's documentation:
Deprecation of Basic Authentication in Exchange Online
Considering this deprecation, Microsoft advises us to explore alternative options. Anticipating that similar queries may arise from various customers, we kindly request the development of a new email connector (or an update to the existing one) that supports alternative authentication protocols. This proactive approach will help address potential customer demands as they begin to inquire about this change more frequently.
4 votes -
Find Usages of a Flow Property
The usage of propertied enhances the productivity and maintainability of software development by enabling developers to gain insights into the usage of specific properties in their codebase quickly and efficiently. This should show in which Flows the property is used and be able to quickly navigate to that Flow.
3 votes
- Don't see your idea?