Help

Automation referencing previous automation

Topic Labels: Automations
518 1
cancel
Showing results for 
Search instead for 
Did you mean: 
TessaH
4 - Data Explorer
4 - Data Explorer

Hi Folks, 

I'm trying to build a degree audit for my department, and the automation I built recognizes when any of XX courses is present in the student's record. I then want the next automation to use that same set of course numbers, but not count what automation 1 already identified. I can't figure out how to reference the previous automation though. Any ideas?

1 Reply 1

Hi,
You can add a number of next steps to your automation, where you can use result of all previous actions. If your action was script step, you can pass some data to output using 'output.set'. Objects and arrays should be converted to string.
If you are sure it must be separate automation, you can build it with Webhook trigger and make previous automation call it with some data in 'body', it needs a bit scripting