MichaelTamoush
4 years agoQrew Captain
Pipelines - IF list of records exists, else....
Has anyone tried using this function in Pipelines?
After a search query, I enter an if condition, and state 'If list of records exists', then 'Update Record', else 'Create Record'.
Seems simple enough, but simply put, it doesn't work. When the list does not exist, it does nothing. Simply ends the pipeline. Anyone know what I am missing?
------------------------------
Mike Tamoush
------------------------------
After a search query, I enter an if condition, and state 'If list of records exists', then 'Update Record', else 'Create Record'.
Seems simple enough, but simply put, it doesn't work. When the list does not exist, it does nothing. Simply ends the pipeline. Anyone know what I am missing?
To note, when the list DOES exist, it performs as expected.
UPDATE: Per usual, I worked on this forever and figured it out 2 minutes after posting. For others, my problem was I forgot to remove the 'For each record' branch after my search query. So of course, if there were no records, it would simply stop.
------------------------------
Mike Tamoush
------------------------------