I’m trying to add a topic for internal users to search for our brand colors. I would like it to return the complete list of all colors including cmyk, rgb, hex and pms. If a user requests info on a single color, return the values for that color only rather than the full list.
Every time I set a condition I get ‘Unknown Error’, every time. Edit with Copilot appears to be useless. I’m thinking it has to do with variable settings. I have uploaded a clean word doc with all of the details and created a closed list Entity for Brand Colors where I list the colors explicitly by name. What am I doing wrong?
That makes a lot of sense. I will try it out. I created it using the Copilot and it seems to set variables like that that just hang. I think it's trying to set it up differently for some reason, your way seems straightforward. Thanks much.
Hi @Greg14,
In your fx you are referring to a question. But I don't see any action where you are asking this question.
Can you try and use the System.Activity.Text instead? My suggestion would be to combine this with a Find function.
Below is an example
If(Find(System.Activity.Text, "brand colors") > 0, true, false)