Add picture in comments

I am using the “comments” component in my app. Is there a way that users can add images? If not, is there an alternative approach I could use to simulate a message board where users can post including images?

The comments component supports html. Try it with an image tag

What I usually do is add a user-specific column to temporarily store the uploaded images.

Add an image picker and point it to the column above. When you submit the comment, add the image as a special value, and then usea set column action to clear it.

1 Like

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