My issue is that my PVA returns the correct value of topics - sample value:
{title: "Sharepoint", value: "Sharepoint"},{title: "Teams", value: "Teams"} - it is stored as string variable.
I would like to use it as a part of adaptive card (set in 'formula' mode):
choices: [
Topic.output
]
If the variable is displayed as message, the text is shown as {title: “Sharepoint”, value: “Sharepoint”},{title: “Teams”, value: “Teams”} -
The quotation " mark (ascii 34) is replaced with left/right double quotation mark - " !=“ or ” ;(
Any ideas how to solve it ?