Dear community,
I'm currently struggeling with the "No valid entity found" options in the "Multiple topics matched" system topic.

As a default value there is escalate selected. But instead of esecalating when the user do not select a value provided from the bot, I want to use the "Set variable to value" as "Action if no entity found". This way I want to let the users run into the Fallback topic and let them reprompt there entry.
I tried different values but somehow I do not get the record right the question needs:

I tried the following entrys as records:
{ DisplayName: "Non of these", TopicId: "NoTopic", TriggerId: "NoTrigger", Score: 1.0 }
[{ DisplayName: "Non of these", TopicId: "NoTopic", TriggerId: "NoTrigger", Score: 1.0 }]
{TopicId: "NoTopic"}
Error Message: Variable is being set to an incorrect type. Assigned: String, expected: Record
What am I doing wrong here?
Cheers