Advent of Code is back! Unwrap daily challenges to sharpen your Alteryx skills and earn badges along the way! Learn more now.

Alteryx Designer Desktop Ideas

Share your Designer Desktop product ideas - we're listening!
Submitting an Idea?

Be sure to review our Idea Submission Guidelines for more information!

Submission Guidelines

Featured Ideas

0 Likes

Using Email tool, you are not able to send email via SMTP server that uses STARTTLS protocol and self-signed certificate for completing the handshake between the client and the server. You face an error:

unnamed.png

 

This is due to the fact that the Alteryx Designer SMTP client uses cURL and it does not read the Microsoft cert store, but instead looks at a specific .pem file listed in the installation directory: {AlteryxInstall}\bin\RuntimeData\Certificates\cacert.pem

 

I would really appreciate if Alteryx Designer will be able to look into the Microsoft certificates store so that it should be able to use self-signed certificates available there.

Self-signed certificates are often use in the companies in order to get more secures their own communications.

Thanks

 

please refer to the case #00447188 for more details

0 Likes

The ARIMA tool provides a ton of valuable information with just a small amount of effort.  And the "I" anchor efficiently outputs test results to evaluate the effectiveness of the model.

 

Annoyingly, in the Browse tool off the "I" anchor, test definitions such as MPE/MAPE/MASE cannot be read when hovering without widening the Configuration window beyond the chart above.   Definitions have a wider range than the chart itself.  The user has to manually widen and then subsequently unwiden the Configuration window to read.

 

Idea would be for the tooltips when hovering to be as wide as the chart above.  That would avoid repetitive resizing of the Configuration window.

 

Capture.PNG

To enable a check mark kind of option to lock or edit the configuration window of each tool.

 

It could be very useful to keep safe the settings in the configuration window.

 

vizAlter_0-1622106758045.png

 

I was looking at the ideas history to see if this was already posted and couldn't find it, but feel free to merge if there is a existing one.

 

The motivation for this is that I have a workflow that works perfectly when you hit the run button in Designer, but fails when runs from schedule (To local computer).

 

So the idea is to allow the users to run the workflows from within the scheduler, once a workflow has been scheduled (So it runs exactly as it'll be when the schedule triggers it, but without having to reschedule every time).

 

runFromHere.jpg

 

Correct me if I'm wrong, but wasn't this possible in old (I mean very old)  versions of Designer?