Facing difficulty in selection of categories in wordpress create a post module

What are you trying to achieve?

I am creating different posts using chatgpt and has separeted its contents into different sections like title, content, slug, tags and categories etc.
so the output of text parser is like {{92.$7}} which is for category and its output is any one among the different categories gaming, sports, technology, entertainment, finance

Steps taken so far

I am trying to use this in the Category field of create a post in wordpress module
{{switch({{92.$7}}; “Gaming”; 9081; “Sports”; 9078; “Technology”; 215; “Entertainment”; 9079; “Finance”; 9080; 193)}}

but getting error like this
Invalid reference in parameter ‘{{switch({{92.$7}}; “gaming”; “9081”; “sports”; “9078”; “technology”; “215”; “entertainment”; “9079”; “finance”; “9080”; “193”)}}’: Invalid IML.