We are celebrating the 10-year anniversary of the Alteryx Community! Learn more and join in on the fun here.
Start Free Trial

Alteryx Designer Desktop Discussions

Find answers, ask questions, and share expertise about Alteryx Designer Desktop and Intelligence Suite.

Truly Automating Workflows - HELP

Tommy_Alterax
8 - Asteroid

Hi Guys,

 

I am currently on Alx version 2020 as our server is 2020 and we are upgrading to Alx v 2023 imminently

 

I am running workflows  to a business day calendar, see the table below for a flavor

 

Where you see "Task in Alteryx" - and a Job - I literally tick a box in Alx 2020 (from the Gallery - Box relates to Job A or Job B) to open a container , process data and write to a SQL DB. The data processing is done different depending on the Job if A or B - thats the key -  we are writing to the same SQL DB for Job A and Job B  - so should never tick both Box A and Box B 

 

I would like to move away from me having to tick a box and schedule the workflow to run - Say by looking at a  Datetimenow value and executing to the Business Day Calendar for a full 12 months

 

I am wondering if I had a full years worth of dates and what Job is to be run - Could I automate this completely in Alteryx - I've heard control containers etc in 2023 (but do not know much about them) - Other suggestions also

 

 

 

MonthDayBus DayTask in Alteryx 
913FridayJob A
916MondayJob A
917TuesdayJob A
918WednesdayJob A
919ThursdayJob A
920FridayJob A
923MondayJob B
    
1014MondayJob A
1015TuesdayJob A
1016WednesdayJob A
1017ThursdayJob A
1018FridayJob A
1021MondayJob A
1022TuesdayJob B
    
1113WednesdayJob A
1114ThursdayJob A
1115FridayJob A
1118MondayJob A
1119TuesdayJob A
1120WednesdayJob A
1121ThursdayJob B
1122FridayJob B
2 REPLIES 2
apathetichell
20 - Arcturus

Sure - you wouldn't need to re-engineer this into a control containers situation -> just turn your current outer app into a macro- create your day/match/run matrix as a new outer app - > feed this into your current outerapp which is now a macro. This assumes you know the datetime for your server and your server datetime matches your days - and you've built the correct logic.

Tommy_Alterax
8 - Asteroid

Hi , thanks for the response - I am not great with Macros - I think I understand what you are suggesting (not macro part) - Some kind of filter with a true false for each out come ? Is that correct

 

However, If I was to introduce a 3rd Job (I tried to keep this out of my initial question) How would I manage that in the filter

Labels
Top Solution Authors