Forum Discussion
EvanMartinez
4 years agoModerator
Hi Chris,
One thing I've found helpful if you haven't used it yet is to try the Migration option on an existing Automation. That will convert it into a Pipeline and you can actually go back in and see what the Pipeline version of an Automation looks like as a one to one comparison. Then you can see how the filters are nested and where the options appear. That can be helpful when you are first transitioning to get to see some of your business logic right in Pipelines.
Typically what you are looking for is in the trigger there is a section to add a query and the fields you are interested in for subsequent steps. For example in the image below you can add in that you care about location name in your subsequent steps and then further down you can Query on that to say you only want location names that start with "Cambridge". It can get more complicated as you add more conditions and select either and or or, but that is how to get started.
If you are looking for branching out what happens based on these values in your Pipeline that can also be covered by adding conditions, this help doc goes more in depth on how you can instead add logic into a Pipeline to say if certain values then run this action, if not then do another action entirely.
------------------------------
Evan Martinez
------------------------------
One thing I've found helpful if you haven't used it yet is to try the Migration option on an existing Automation. That will convert it into a Pipeline and you can actually go back in and see what the Pipeline version of an Automation looks like as a one to one comparison. Then you can see how the filters are nested and where the options appear. That can be helpful when you are first transitioning to get to see some of your business logic right in Pipelines.
Typically what you are looking for is in the trigger there is a section to add a query and the fields you are interested in for subsequent steps. For example in the image below you can add in that you care about location name in your subsequent steps and then further down you can Query on that to say you only want location names that start with "Cambridge". It can get more complicated as you add more conditions and select either and or or, but that is how to get started.
If you are looking for branching out what happens based on these values in your Pipeline that can also be covered by adding conditions, this help doc goes more in depth on how you can instead add logic into a Pipeline to say if certain values then run this action, if not then do another action entirely.
------------------------------
Evan Martinez
------------------------------
ChrisNewsome
4 years agoQrew Captain
Evan,
Migration didn't recreate any of my filters, which is what caused me to struggle with this. Revisiting it this morning after your post, I figured out that I can't create a query unless I've listed the relevant fields in the "fields for subsequent steps" section first, so that seems to have helped. What I was running into was that section was blank, therefore my query options were extremely limited. Both of the automations I've attempted to auto-migrate failed similarly, so something is not being carried over in the migration process. No worries, if this will work for me I will just re-create them. Thanks for answering.
------------------------------
Thanks,
Chris Newsome
------------------------------
Migration didn't recreate any of my filters, which is what caused me to struggle with this. Revisiting it this morning after your post, I figured out that I can't create a query unless I've listed the relevant fields in the "fields for subsequent steps" section first, so that seems to have helped. What I was running into was that section was blank, therefore my query options were extremely limited. Both of the automations I've attempted to auto-migrate failed similarly, so something is not being carried over in the migration process. No worries, if this will work for me I will just re-create them. Thanks for answering.
------------------------------
Thanks,
Chris Newsome
------------------------------