Hi Community, I recently installed Alteryx Server and working to get all set up. I just run into a problem that I can’t seem to figure it out. I need to chain 2 workflows. If one has at least 1 record it needs to call another workflow that is published on the server.
Can someone give me a hand making a simple workflow to queue a workflow with another workflow?
Been reading post and testing all afternoon but I can’t get it to work.
Thanks!!!
Solved! Go to Solution.
Workflow 1 is on Server or Workflow 1 is on Designer? If it's the former you need something like a count records and then to trigger an API Call to the Server workflow. If they are both on Server you need to use chained apps in Interface Designer.
Thanks for the reply, i did it with chained apps and works great!