Hi team, re: automations, I want to run a deployment when a flow run completes. However, I need to pass on the parameters of the completed run to the new deployment. Is there a way to do that?
c
Christopher Boyd
08/09/2023, 6:37 PM
Can you call run deployment in the flow with the results instead of after in an automation ?
k
Kelvin Tan
08/16/2023, 1:59 PM
Yes that is possible, but it tightly couples one flow to another in the code which kind of defeats one of the benefits of automation.