183 results found
-
Add iterator field to Component
If needed I would like to be able to run a component several times without the use of a "Flow loop" and instead use an iterator similair to Machine Step - SQL - iterator, using this method we can make the application clean and more presentable.
2 votes -
Magic wand in the query configurator for the IFS/SQL server
Can we have the magic wand back that we had in Flow Classic, that autogenerates element names?
2 votes -
Component Mapping Option During Import and Shared App
Feature Request: Component Mapping Option During Import and Shared App Installation
We need a way to map components when importing a flow or application into the hub. When a flow is imported, the system should provide an option that allows the user to map the imported component to an existing component in the hub.
During the import process, the user should be able to choose whether to:
Map the component to an existing component, or
Import the component as a new component, even if a component with the same name already exists.
This option should always be presented to the…
1 vote -
Enforce Multi-Factor Authentication (MFA) for External Email Accounts
Force Users to Enable Multi-Factor Authentication for External Email Providers
Requested By:
Customer Direktoratet for Samfunnssikkerhet og BeredskapDescription:
As requested by Customer DSB, the system should enforce Multi-Factor Authentication (MFA) for users who authenticate using external email providers such as Microsoft, Gmail, or other supported identity providers.This requirement is intended to enhance security and reduce the risk of unauthorized access caused by compromised passwords.
Objective:
Ensure that all users authenticate using two or more verification factors, improving account protection and aligning with modern security standards.Proposed Behavior:
When a user logs in using an external provider (e.g., Microsoft,…
1 vote -
Parameterized IN Syntax for SQL Statements
Change Improvement Request: Support Parameterized IN Syntax for SQL Statements
Title
Support parameterized IN clause syntax to avoid dynamic SQL executionBackground / Current Behavior
Currently, when building SQL queries that require filtering using an IN clause with multiple values, the only practical solution is to dynamically construct the SQL string and execute it using EXEC(@query).
Example:
DECLARE @query NVARCHAR(MAX)
SET @query = '
SELECT *
FROM Orders
WHERE OrderId IN (' + @OrderIds + ')
'EXEC(@query)
This approach requires stringifying the entire query, which introduces several issues:
Reduced readability and maintainability
Increased risk of SQL injection if not…
8 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.
-
My Work - reduce cliks on errors
The process of “skipping items” that contain errors in My Work is now 3 clicks, with no way around it.
This used to be one click per “delete.” Ideally there are not a ton of errors, but if there are, it now means 3x the amount of clicking for the user (potentially on a small mobile device).
4 votes -
Navigation in a page tree
When using empty pages as navigation parents in the portal, users report confusion when clicking them, since they only see a blank page.
Options to perhaps set a default child page if the parent is empty, or Git Book style, clearly show the child pages on that empty parent page
1 vote -
expand option in web client
In the web client, when a grid is present in the user step, an option appears to expand the UI to the full browser window.
Feature request: always show the expand option for the user's step (regardless of whether there is a grid inside).
Also, make it a designer option to default to expanded or collapsed. Today it seems to remember my choice next time I run the app, but that is probably only for that app and that browser. Be able to control it more generally, both as an admin and as a user.
4 votes -
Flexible layouts
User steps need flexible layouts to support dynamic, section based designs to place buttons and controls exactly where you need them.
6 votes -
Navigation workflow
A clear and flexible way to move between user steps in navigation-based apps.
Navigation items replace the fixed buttons at the bottom of the step and allow navigation to other steps in the app. An exit can carry data to the next user step, for example, passing the data of a selected item in a repeated control.7 votes -
Add Auto-Focus to Connect iOS/Android applications
In Classic, there is the ability to automatically focus input on the first element if it is an input field. This needs to be ported to the Connect applications as well. Use case: in a scan heavy environment (Cycle Counting, Picking, Shop Orders, etc) the extra time it takes to touch the screen every single time adds up and leads to end user frustration and carpel tunnel.
1 vote -
Contextual Tooltips
Implement a reusable tooltip component to provide on-demand context across all UI elements. This addresses the need for detailed explanations behind short labels, buttons and ensures small chart values are easily accessible.
7 votes -
Hide/remove Assertion Step label from display in application runtime.
We want to change how Assertion Steps are displayed to the user who runs the app. It is annoying and impractical that the label of the Assertion Step is shown to the user. Better to only show the phrase, as it worked in Classic. It is confusing and language-mixing for the user to see the label of the Assertion step. (See enclosed files).
For me, this should be permanently changed or at least make it an option to hide the Designer label of the Assertion Step from the user who runs the app in the client. Our clients use assertion…
3 votes -
Print Connector
Generating Reports and labels in Flow seems to be an ever increasing use case.
We have some tools (e.g. HtmlToPdf, the consulting developed Document Management or external services like Convert API) to generate reports and labels, but we are missing a way to get them printed if needed.
For this use case it would be very useful to have a Print Connector, where it would be possible to send a printable file to a printer.
Please fix. Thank you.
1 vote -
The Network connection was lost error proper way of handling
Now when you run some app on mobile device and you toggle off screen/switch app/small lack of internet, you will get The Network connection was lost message. It will take you back to previous step without proper indication and some of the machine steps will be already done. Would be good to have:
-more explanation on help web page about such error messages
-some kind of batch processing posibilites to handle such activity4 votes -
kanban - LOV value for the Group by
Today, the group by in the Kanban is just a simple value. So to make it look good in the Kanban, I would use, for example, the first name.
But when building interaction flows for drag-and-drop, I need to insert the ID of the resource I group by.
Giving the option to use a List of Values for the Group by field would enable both displaying a friendly name, but also using the ID for interactions
1 vote -
Enable picking Arrow type
In my example part "get CompanyTbl" was disconnected from flow of app, there is no input "sequence arrow". Despite this it's connection transformed into "data arrow" without any input form my side ant part's output is still available. It might cause issues while developing if developers have less control on process. Please give back ability to chose type of arrow or at least add prompt that type switch is occurring.
1 vote -
Option to default style of the GRID control (table/card)
Hi,
This Requests comes from the customer HomeServe.
- Ability to default the Grid in Mobile clients to Card view.
The Grid is very useful in the web client, it's harder to make it look good in the Mobile Clients where more than 2-3 columns often get cramped by the smaller screen size of the devices and the user needs to scroll sideways. And sometimes the Card layout of the Grid is just a better option to display data.
1 vote -
Return assertion step when Running Debug in Designer
When debugging and you come to assertion step or script step that prompts an error or information you can not go back like you do if you do not debug. You need to restart. This is super annoying and a bad legacy from how it worked in Classic so please add the same function as it is in the client when you are not debugging.
Thank you!5 votes -
NiceLabel Connector for Connect
Utilize the old connector for integration with Nicelabel. Currently the workaround is to use the REST connector or FileSystem connector to communicate but it could require an automation server or additional set up to consume messages in the file system directory.
14 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.
- Don't see your idea?