Empty text area after comment is committed

1
Hi!   I’m trying to set up a comment section in an application.   But after I commit the comment I can’t figure out how to empty the text area of the recently made comment.   In microflow I’m creating a new comment and setting the attribute “CommentText” = “ ” (empty string) after the first comment object has been committed.                
asked
1 answers
0

Hi Benjamin,

To empty the attribute CommentText, you would need to edit the value inside the Create object action like so:



Just make sure that you are editing the right object. In your case I think that you may want to use one object as the temporal one and the other for commiting a new object.

I hope that solves your question, best regards!

answered