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!
Start Free Trial

Alteryx Server Discussions

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

Initiating a workflow based off of when a record has been changed

Max_Cantelo
5 - Atom

I am just wondering if it is possible for a workflow to be initiated when a record, in excel for example, has been modified? 

1 REPLY 1
tristank
11 - Bolide

Hi @Max_Cantelo 

 

I don't think there is an easy way to make this work but you may be able to do some tedious workarounds.

 

My initial thought (and this has not by any means been tested) would be to build a workflow that could compare a previous Excel file to an updated one. If there was a change made to the file like a higher row count you could maybe use the message tool and run command to trigger the execution of a second workflow if the given conditions are met. If the first workflow was scheduled consistently then the second workflow could be triggered on the same schedule.

 

Sorry I wasn't able to help more. Good luck and keep us updated :)

 

Triggering Workflows