Hey guys! Does someone know a solution to my probl...
# 🌎general
c
Hey guys! Does someone know a solution to my problem: After an execute card got the response from a text file the appropriete answer is only shown in the log but doesnt get written out into the chat interface. How would you solve this issue?
e
Hey @cuddly-library-17776, are you making a request and getting the contents of a .txt file from a server?
In order to display the content, you will need to store it in a string variable and use a Text card to show it
The text card will look something like this:
This is the content: @variableName