
Every time i save my changes, the page refreshes and my changes disappear. I guess it doesnt like Topic.Transcript by itself. If i put it within brackets however and with a key (Topic.Transcript as value) then no problems. So it seems to be a type conversion issue between trying to set record variable as json object. How can i convert this variable to json? the schema of the variable is as follow:
kind: Record
properties:
activities:
type:
kind: Table
properties:
attachments:
type:
kind: Table
properties:
content:
type:
kind: Record
properties:
$schema: String
body:
type:
kind: Table
properties:
text: String
type: String
wrap: Boolean
type: String
version: String
contentType: String
channelId: String
conversation:
type:
kind: Record
properties:
id: String
entities:
type:
kind: Table
from:
type:
kind: Record
properties:
id: String
name: String
role: String
id: String
inputHint: String
listenFor:
type:
kind: Table
membersAdded:
type:
kind: Table
membersRemoved:
type:
kind: Table
name: String
reactionsAdded:
type:
kind: Table
reactionsRemoved:
type:
kind: Table
replyToId: String
serviceUrl: String
speak: String
suggestedActions:
type:
kind: Record
properties:
actions:
type:
kind: Table
properties:
text: String
title: String
type: String
value: String
to:
type:
kind: Table
text: String
textFormat: String
textHighlights:
type:
kind: Table
timestamp: String
type: String