Let’s talk Alteryx Copilot. Join the live AMA event to connect with the Alteryx team, ask questions, and hear how others are exploring what Copilot can do. Have Copilot questions? Ask here!
We’re experiencing technical issues with our vendor that are affecting license activations for Designer Desktop. We don’t yet have an estimated resolution time. We apologize for the inconvenience and will share updates as we have them.
Start Free Trial

Alteryx Server Discussions

Find answers, ask questions, and share expertise about Alteryx Server.

Workflow Results and Schedules in the Gallery

chrisrayner
8 - Asteroid

Is it possible to enable users other than the owner to view Workflow results and Schedules from a Private Gallery?

I have been able to give multiple users access to the one Studio, so they can all see the workflow in question, but only the owner can see the workflow results and the schedule that runs the workflow regularly.

Any help would me much appreciated.

Chris

1 REPLY 1
Ayelavan
6 - Meteoroid

Hi @chrisrayner,

 

A couple of ideas come to mind. As part of the workflow itself you could setup an event that sends an email to a select number of people with the workflow results after the workflow completes

(see "Email Events to notify on Start or Finish" https://community.alteryx.com/t5/Alteryx-Knowledge-Base/Email-Events-to-notify-on-Start-or-Finish/ta...).

 

A second option is to use the MongoDB input tool to query the MongoDB periodically for workflow results (Note: your Server configuration will dictate how long workflow results are kept in the database before being wiped).