Alteryx Server Discussions

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

Refresh workflow with different input & output

knozawa
11 - Bolide

Hello,

 

I'm wondering if there is a better way to handle this situation.

 

Input: API call that has several different IDs and different date range based on projects

Workflow: Get data and calculate network diagram per projects

Output: Publish to tableau server based on projects

 

The workflow needs to refresh at least once a day.

 

I could create multiple workflows and publish/refresh workflows per project in Server.  But I'm wondering if there is a better way to handle this use case.  Having only one workflow would be the best solution, but I'm not sure if we can save multiple different data source into the different tableau project folders.

 

Sincerely,

knozawa

1 REPLY 1
DavidP
17 - Castor
17 - Castor

How about creating a batch macro with 2 control parameters, one to update the url for your API call and the 2nd to update the project name in the Publish to Tableau Server Tool

 

batch macro to update Publish to Tableau Server.png