Skip to main content

Rendering image url on updates of an item - graphql

  • January 23, 2023
  • 3 replies
  • 1007 views

Hey all,

I am able to create new item and to push to it an update, in form of a string.
While inserting the string, I include to the update an image’s url as well:

I wonder if there is a way to make the image to render, instead of showing the url itself?

Regards :_)

3 replies

Matias.Monday
Forum|alt.badge.img
  • monday.com Team Member
  • January 24, 2023

Hello there @danieln,

You can use the add_file_to_update method as explained here.

You can check out our Postman example here.

I hope it helps!

Cheers,
Matias


  • Author
  • Participating Frequently
  • January 25, 2023

Hi, thanks for the help matias. We’re starting to have a close relationship here, meeting almost every day 😃

I have come to realize that Monday updates accept html, so I have just inserted the image link into an ‘<img src=“…”/>’ tag, and it worked.

Thanks 🙂


  • January 27, 2023

Hi @danieln,

I’m happy to hear this works for you 🙂
Please let us know if you have any more questions!