- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎10-01-2024 01:12 AM
Hello.
If "accountISNOTEMPTY^EQ" is set in the workflow execution condition,
Under what conditions will it be executed?
Please tell me the meaning of "accountISNOTEMPTY^EQ".
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎10-01-2024 01:18 AM
Hi @Yuki21 ,
If account field holds any value then workflow will be executed.
Meaning of "accountISNOTEMPTY^EQ" is account is not empty & EQ-End Query.
If my solution works, please hit the Thumb Icon and mark as Correct!
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎10-01-2024 01:18 AM
Hi @Yuki21 ,
If account field holds any value then workflow will be executed.
Meaning of "accountISNOTEMPTY^EQ" is account is not empty & EQ-End Query.
If my solution works, please hit the Thumb Icon and mark as Correct!
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎10-01-2024 01:27 AM
Thank you.
Helpful.