How do I stop appending initial input on rich editor? (need help or even paid help please)

I manage to make a text generator app
but I keep appending the initial inputs on the rich text editor also

please watch the 44 sec short video below

https://screencast-o-matic.com/watch/cri3f6ViysN

please I need some help to figure this out

Hi @rcdcanlas ,
You should create new custom state with text datatype and set initial input for the rich text editor.

For the each change of text and submitting the button, you should replace the custom state. it can works.

thank you for the response @testingwebdev2016

I already have a state which is a text data type which is this

image

Is this correct? or should I make another one?

For the each change of text and submitting the button, you should replace the custom state. it can works.

how can I replace the custom state please? Can you please help me?

This is the workflow of my submit button

I think, append is adding altered text to the custom event, it will not replace the existing value. this was the problem.
So, try to remove append.

Just add like “Result of step 1 choices:first items text : find & replace”.

@testingwebdev2016

like this one? Am I doing it correct?

image

Yes, try this.
If you still getting issue then, please share app details to my PM. let me check this issue.

The problem is its removing my initial inputs. I was looking for someting write continues where it lefts off.

http://somup.com/cri3fLYTlo

okay I will pm you

This topic was automatically closed after 70 days. New replies are no longer allowed.