Aniruddha | 2020-11-04 12:34:12 UTC | #1
I want to get the data from Conversation details API based on FlowName. I need to search for those FlowNames which contain a specific Keyword. Similar to SQL 'LIKE' operator, is there any operator that can provide similar operation?
tim.smith | 2020-11-10 16:08:46 UTC | #2
Analytics predicates only support exists, not exists, and matches operators. You can apply a filter on flowName, but it must be an exact match only.
system | 2020-12-10 16:17:27 UTC | #3
This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.
This post was migrated from the old Developer Forum.
ref: 9235