Please help me with SpeechRecognizer

Firstly, hi i am new to all of this.

My problem is, when I click Button1 and speak
it converts speech to text but when i say something again it overwrites how can i fix it
here are the codes.

overwrites what ?

Overwrites what i said

sample
when i say "Hello" it converts the text
but when i say something again "BlaBla" it overwrites what i said

You are overwriting your data. Consider using this Block CloudDBAppend to add data to a Tag if you want to save all your previous comments.

You should -
set TextBox1.Text to join - Textbox.Text
get Result


i fixed with changing these parts thank you for helps

This topic was automatically closed 7 days after the last reply. New replies are no longer allowed.