when using create_update api, if it contain images, then html code also displaying
Page 1 / 1
Hi @fahad.s,
Welcome to the community!
Can you please share the full mutation you’re using?
Best,
Rachel
var messageBody = JSON.stringify(message.getBody());
url = `https://api.monday.com/v2`;
let query = `mutation { create_update (item_id: ${recordId}, body: ${messageBody} ) { id }}`;
Hello there @fahad.s,
And can you please share an example of the messageBody that you are using, what you are seeing in the update and what you are expecting?
Looking forward to hearing from you 🙂
Cheers,
Matias
Reply
Login to monday.com
No account yet? Create an account
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.