I have a workflow that pulls data from an API, parses then stages it into an excel file. Once it completes, I run a 2nd workflow that references the data in the excel file. I then have a 3rd workflow that compares it to another excel file. These all 3 have to be run in that order.
My question is, at the end of workflow 1 how do I call workflow 2, then call workflow 3 when 2 finishes? etc
Thanks for ideas!