CharlotteM
12 months agoQrew Cadet
Pipelines filtering with a boolean/checkbox?
I'm creating a record (B) when another record (A) is updated.
But not every time (A) is updated, just when field Transform (a checkbox) changes from unchecked to checked.
I need a filter for this.
How can I express "checked" ? Should the pipeline say
Transform is True, Yes, or 1? (there's no drop down for "checked")
And do I also need to add to the filter that Transform is Set?
I don't want the pipeline to run every time it sees the Transform checkbox is checked after the record is updated in any way, but rather to run only when the current modification includes the Transform checkbox changing from unchecked to checked.
------------------------------
Charlotte Morin
------------------------------