cancel
Showing results for 
Search instead for 
Did you mean: 

How can I reset the field current_message?

maxbrk
Explorer
0 Kudos

Hi,

how can I reset the field current_message? The reason for this is that I want to record multiple free text entries from one user. But the problem is, once the first free text entry is made, the current_message field always stays with the first entry and no further entries are allowed. To solve this I then need to reset the current_message field. How do I do that?

View Entire Topic
dtephan
Participant
0 Kudos

Hi,

the {{current_message}} variable always returns the most recent user input - please refer to this documentation here.

In order to persist the value of current_message for a later point in time it could be stored into a memory variable. Either within the requirements (which is difficult for free text) or as an edit memory action in a skill as follows: