183 results found
-
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.
-
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.
-
More user step controls (functional blocks)
More UI controls/elements for endusers like progress bars, toggle, chip, filters, card layout, charts, map, tabs, timer, sliders,...
19 votes -
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 -
18 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 -
Infor M3 Connector (NOT REST based)
In Flow Classic, we have two connectors associated with M3. One is the REST based connector, the other is connector to older versions of Infor M3. In Flow Connect, we would like the same capabilities from Classic. Currently, only REST based connectors for Infor M3 are available.
16 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.
-
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 -
Public User
Similar functionality to "Public user" used in Classic. Used for external users (customers, suppliers, etc.) to book appointments, etc., using a workflow (a public link is to the workflow)
13 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.
-
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 -
Run workflow embedded in a portal portlet (or in new tab) - allowing to work in both at same time
The goal is to be able to run a workflow where reporting is done while at the same time (and with the same user) display a portal page.
Either:
Run the workflow embedded in a portlet. Allowing the user to still see the rest of the portal page while typing inputs and executing the workflow.Or:
A functionality to "start a workflow in a new browser tab", hence allowing the user to split screen and see/display the portal while at the same time running a workflow in the other window.8 votes -
menu
It is important to be able to structure the menues and rearrange them in a suitable order. The cathegories we had in classic worked well but now I can't find any possible to rearrange the menu..
7 votes -
Possibility to have action buttoms in more than one row
Today all action bottoms are shown in row like a bar. It should be possible to configure to have it as multiple lines. This will make a much better UX.
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.
-
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 -
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 -
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 -
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 -
Allow Client messages to display for Flowscript step
Since Flowscript is so powerful now we can put extensive Scripts/loops in the script. If we do that in a userflow we cannot tell the user what's happening, because currently we have no way to add a client message like in other steps. Would be nice if we can get a flowscript function to add messages at different steps of the script execution. Otherwise UX for long running processes will be poor (missing user feedback)
7 votes -
Portal Page Navigator
As a developer, I want to be able to edit my portal page navigation and deploy that navigation across environments in Flow Connect (Dev, Test, Prod). This should take into account access restrictions from End User Groups.
5 votesWe are happy to inform you that development work has begun on your requested feature. Our product team has assigned resources and is actively working on implementing it. We will keep you updated on its progress.
-
PDF Viewer
Currently, the user step includes:
Image Viewer
Image Selection
File Gallery
However, we are missing a PDF Viewer, which would be a very powerful addition.
Purpose and Benefits:
In-app Document Viewing:
Allow users to open and view PDF documents directly within the workflow, without needing to open an external application.Document Editing:
Enable users to make basic changes to PDF documents (e.g., annotations, comments, or form filling) and save the updates.Multi-page Support:
The viewer should support navigating through multiple pages easily.Digital Signature:
Allow users to sign PDF documents directly within the viewer.Full-Screen Mode:
Users should be able…5 votes
- Don't see your idea?