Be sure to review our Idea Submission Guidelines for more information!
Submission GuidelinesHello all,
This may be a little controversial. As of today, when you buy an Alteryx Server, the basic package covers up to 4 cores :
https://community.alteryx.com/t5/Alteryx-Server-Knowledge-Base/How-Alteryx-defines-cores-for-licensing-our-products/ta-p/158030
I have always known that. But these last years, the technology, the world has evolved. Especially the number of cores in a server. As an example, AMD Epyc CPU for server begin at 8 cores :
https://www.amd.com/en/processors/epyc-7002-series
So the idea is to update the number of cores in initial package for 8 or even 16 cores. It would :
-make Alteryx more competitive
-cost only very few money
-end some user frustration
Moreover, Alteryx Server Additional Capacity license should be 4 cores.
Best regards,
Simon
Upon utilizing the Alteryx gallery to create and test an automation app in cooperation with other business areas, we found that the list of "recent modified files" that appears when selecting a file browse query has several issues, or areas in desperate need of improvement:
Not only does this list append new files to the bottom, resulting in a less than desirable experience when selecting files from this list across multiple occasions when testing, but the list eventually reaches a capacity where no new files can be shown. Furthermore, for processes that involve small modifications being made to a file or group of files that is fairly consistent in naming, a list of ambiguously named files will quickly cause confusion. If this type of small improvement is possible, please reach out to me about any avenues towards achieving it, or if there is a person or department to appropriately contact.
-John
HI All,
In the Gallery Page under My Workspace-->Share With Me we could see the fields like Name, Type, Owner, Shared Source, Uploaded, Manual Runs. Among these we are not able to sort the fields "Type" and "Owner" alphabetically, whereas we are able to sort the other fields Name, Shared Source, Uploaded, Manual Runs accordingly. Kindly refer the attached snapshot.
Regards,
Ariharan R
On far too many occasions I have been working on a workflow in designer with either the outputs disabled via the configuration or using containers (preventing file creation/updating during testing) and I would save them back up to server without remembering to re-enable these outputs, which causes lots of issues down the line when users are trying to access these processes.
A simple warning on loading to the gallery that there are disabled tools and what tool id they are would mitigate this issue.
Sometimes a schedule is enabled that we want to disable. We edit the schedule, click the button to disable the schedule, click "Save". Then refresh the page and it's enabled still. The schedule will not disable in some cases. In the cases where it does get disabled, clicking the "Save" button appears to have no action. There's no confirmation and the screen stays static. Two suggestions:
We are getting an error saving flow to our private gallery with US Geocoder tool.
The error speak to "public" and not "private" gallery and we get the reasoning except that we should be able to save to our private gallery and deploys solutions internally that we built using these tools and data.
We are on 2020.4.6 on both the gallery and laptop.
Laptop is in Business Insights trial.
Servers all have Insights add-on
I found in the community a post where you can manually update the flow run settings but the user mistook that the flow did save even with error.
This allows the job to work but it is annoying that
I recommend modifying the User “Actions” options to include an “Allow Insights” option.
This can then be used in
Doing this simplifies and automates the process and significantly improves user experience when developing insights flows for use in the gallery.
A user/curator/artisan can schedule a workflow to run even if they do NOT have access to 1 of the database connections within the workflow. The Alteryx Gallery still allows the user to schedule it to run.However, the workflow will never run because the user does not have access to 1 of the database connections within the workflow. Ideally, the scheduler should validate that the user has access to all
needed connections within the scheduled workflow.
I have inherited admin duties, and have been running to many problems. Some of which will escalate when the subscriptions go away.
The pages desperately need to be updated for a more streamlined admin experience.
Couple examples I came up with below.
Naming Convention
API Access
User Page
Collection Page
Designer "save" window.
Workflow Page
When it comes to cancelling a running/queued job though the Gallery admin portal it never fails to add some new jobs to the list right as I am about to click to cancel a job,
thus instead of removing the unnecessary queued job I actually cancel the job that has been running for the past hour creating the report I need for the meeting in 30 minutes
I think that adding check boxes (similar to the "Users" page) would be a nice UI enhancement to this page
Would like to see more flexible options for workflow run-as credential settings, both for when publishing the workflow and kicking off the job.
Here is a thread where we discuss the limitations we are seeing when trying to publish the workflow to Gallery via an API. We would also like to see more flexibility when our users want to kick off their workflows via an API where they could pass in different run-as credentials they would like the job to run as.
In the User record you can get the subscription ID, but it doesn't show the Subscription Name and doesn't provide a link to the subscription which would be helpful (and seems pretty simple to implement).
I know subscriptions are going away, but until they do please make working with what we have easier. Thanks!
There is a typo under the Help area for the Default Gallery Administrator (System Settings). It should be a backslash, not forward slash there. Correct is: domain\username
2021.4 Server comes with a ton of new great features.
The one that shouldn't be implemented is moving away from Alteryx initial intentions of being a place of data artisans, and turning the Gallery into a Spreadsheet.
A homepage should feel like home. It should have the flexibility to customize it for each Organization to move workflows, pictures, and notes around to guide the user to the application they need to run their workflow.
Most people using the HomePage Gallery aren't major developers, but new users or even non-analysts who want to run an app to get the report they need.
Please don't go backward by taking away flexibility, readability, and increasing difficulty to understand and get to an app.
But give more freedom to Alteryx Admins to customize and make the user experience even better.
Lean more into these ideas where we can showcase and feature apps and show descriptions of tools
Just like your homepage we should be able to show videos and use negative spacing to help guide users, and be able to scroll down the page
Instead, you took away all spaces and tried to turn everything into raw data. There were spaces and extra lines on the app, but it's all stripped away on the Gallery in 2021.4
Again, lean into your roots of canvases where each artisan can design and put tools and items that make sense to them and their Organization.
Please add features... don't take them away
Currently we can only configure questions and flow priority when using the POST API to queue workflows.
Would be good to be able be able send some of the Runtime configurations as well.
This would allow for much more flexibility.
Example
{
"questions":
[
{"name":"Test_dt","value":"1/1/2020"}
,{"name":"Test_Num","value":"53"}
,{"name":"Test_txt","value":"schedule test"}
]
, "priority": ""
"disable browse":"True" // When running flows in production this would reduce resource usage as data will no longer be cached. Having it as a parameters would mean that we can ensure that it is disabled
,"disable output":"False"
}
Current Fields
Possible other fields
This is an issue that has been marked as solved, however it isn't.
The problem still persist. When you have a macro with a gallery data connection, the workflow containing the macro gives an error when run on the server: 'Unable to translate alias'
If you select manage assets, then include any macros when you publish, this bug is gone. That's the fix.
But this is not a solution because if someone updates the macro, the containing workflows will still use the old, included version of the macro. You will somehow need to remember which workflows use the modified macro, download them all, include the new version of the macro and republish the workflow.
Well, I can't see how this is a fix to the problem. It's probably better to just keep using the old disabled container 'fix', which is also quite painful.
When I manually execute a wf on Gallery, I sometimes have a tinge of regret that I don't have email events set for the workflow. In most cases, it's just THIS time that I want to receive an alert and not every time. At any point while the workflow is executing, allow the option to request an email event to be sent out for this execution.
Hello,
Recently after adding 100+ Tags for usage by our end users as they apply to existing or new workflows, we quickly realized that no user was allowed to add more than 5 Tags per workflow. When attempting to do so, the user will either receive the following error, or they will save their workflow, reopen only to find out that only 5 Tags were saved to it.
After reaching out to the Alteryx Support team our rep mentioned the feature update would need some traction in the 'Ideas' board on this site therefore; I'm posting this suggestion with the hopes that other out their in the Alteryx universe have the same issue and would like to see the update(s) needed ASAP to update or correct the Alteryx system settings to allow a user to apply an unlimited number of Tags to any workflow. If a specific number is needed (meaning 'unlimited' can't be accomplished), please increase the number from 5 to 100.
If anyone would like to discuss future, please respond via this post and I'll be sure to get back with you.
Sincere thanks,
Johnny Shepphard
Alteryx Admin/Data Analyst
KAISER PERMAMENTE
Currently it's impossible to tell which worker a job is running on. Add a column to the jobs view that shows what worker a job is currently running on.
The Gallery currently only enables scheduling of the latest version of a workflow, regardless of the published version - for instance, if there are two versions of a workflow and Version 1 is the published version, only Version 2 can be scheduled since it is more recent. There is no straightforward way to schedule Version 1.
Currently two workarounds are to:
1) download the older (published) version, export to Designer, and then save as an entirely new workflow in Gallery.
2) re-save the local Designer file of the older (published) workflow as the most recent version in Gallery, for example re-saving Version 1 as Version 3 so that "Version 1" can be scheduled.
The ability to publish and schedule older workflow versions would be a helpful new feature to add to Gallery, as this would avoid the need to re-create or duplicate workflows simply because the most recent version has an unexpected issue that the previous version does not have.
Hi Team,
Currently we are using python for calling Alteryx Gallery API. We have configured gallery API access according to Alteryx document to use the OAuth 1.0a with oauth_signature_method="HMAC-SHA1". However, other teams have concern on HMAC-SHA1 because it’s 64 encoding only and consider not security assurance. I suggest Alteryx team to use encryption with higher encoding like SHA256.
Thanks.
Hello Brainstrust,
Small request here (i think) , we are exclusively using Alteryx Gallery to host and orchestrate workflows in our enterprise.
As we are connecting to disparate datasources involving many odbc connections and file paths at times when we are configuring a new source on all of our workers there may be a misconfiguration or misstep in the implementation.
When this happens , there is an intermittent failure and unfortunately its not visible what worker ran the workflow, I know this is visible in the thick client scheduler experience but as we are trying to drive Gallery as the one user experience it would be good if it was visible here too... screen shot below.
User | Likes Count |
---|---|
2 | |
1 | |
1 | |
1 | |
1 |