Forum Discussion
diegostamato
Nov 13, 2024Copper Contributor
Help with Conditional Logic for Keyword Detection in Copilot Studio
Hi everyone, I'm working on a project in Copilot Studio and need some help with setting up conditional logic to detect keywords in user questions. Specifically, I want the system to respond differen...
dhendry
Dec 06, 2024Copper Contributor
diegostamatoyou are best to use the 'change to formula' option by clicking on the '...' if the condition action.
You can then use a formula similar to: Find("microsoft 365 e1", Lower(Topic.Var2)) > 0