PrashantMaheshw
7 months agoQrew Officer
Pipeline Filter - When text field is Not empty/Null
Hi team,
I am trying to run a pipeline when user updates Field 10,
- Field 10 is updated
- Create an entry
- Clear Field 10 with {{CLEAR}} -> to blank it
When I run pipeline with above logic , pipeline runs twice , it counts {{CLEAR}} as an update on field field . I tried below logics
- Field 10 is updated with filter {'10'.XEX.''} but pipeline runs twice
- Field 10 is updated with filter {'10'.WC.'*'}, but pipeline runs twice
- Field 10 is updated with filter {'10'.WC.'?'}, pipeline runs once but {{CLEAR}} no longer works
Any ideas
Is FID 10 a text field?
If so I have been successful with this as an Advanced Query on the triggering step.
{10.XEX.''}