Nada Ahmed
06/23/2025, 6:22 PMCeligo AI
06/23/2025, 6:23 PMAI generated answer (using internal Slack threads):To add a condition in a workflow to trigger the action on memorized transactions only, you can use the "Memorized" checkbox field in the transaction. This field can be used as a condition in your workflow. To exclude memorized transactions from the workflow, you can set the condition as
memorized = false
or memorized != true
. This will ensure that the workflow only triggers for non-memorized transactions.
If you want to trigger the workflow only for memorized transactions, you can set the condition as memorized = true
. This will ensure that the workflow only triggers for memorized transactions.
Please note that this field may not be available in the visual condition builder. In such cases, you may need to use a formula or a saved search to drive your workflow condition.
******
Disclaimer:
This response was generated by an artificial intelligence assistant based on previous conversations from multiple Slack channels, and may contain inaccuracies or mistakes.
******Celigo AI
06/23/2025, 6:23 PMSlack thread 1: here (available only if the original thread was posted in the last 90 days)
Similarity score: 0.860161662
Slack thread 2: here (available only if the original thread was posted in the last 90 days)
Similarity score: 0.816159904
Slack thread 3: here (available only if the original thread was posted in the last 90 days)
Similarity score: 0.812093794
Celigo AI
06/23/2025, 6:23 PM