Dynamic text node not working

Hi Team,

I am not able to use dynamic text node by fetching from object variable. Using the below syntax

{
  "type": "text",
  "value": "printing from dynamic variable"
}

Kindly help at the earliest

Regards,
Manthan V Rathod

Hi,
Can you explain what the Dynamic Text node? - Is it Dynamic Chat Node?
Are you attempting to fetch a variable from an object?

can you explain it more and can you share the logs

No I am trying to use the text node and print a value from variable using “fetch from” option. For the variable I am using above syntax

I am trying to use the text node in studio and print a text from variable using “fetch from” option. For the variable I am using above syntax which was mentioned in the official documentation

To fetch from Object, you need to store it in an object variable and extract the required property using:

{{{variables.variablename.fieldname}}}

okay then what is this for (the one which is marked in black)?

if u want to print object directly in text node its not possibel
first u have to store that in variable node and try to print it
it will work
or we can connect in slack

Understood your solution. Thank you. So if that “fetch from” is redundant for text nodes can we just hide it in the documentation, its confusing? Because it took me 2 days of efforts just to figure out what’s wrong before putting up a question on the community board

1 Like