I've created a flow that takes today's Dilbert comic image from the web and posts it as a message. I'm alost there, but have fallen at the last hurdle!
The issue I have is that the image posted is too small. If I post the image myself, it looks nice and big as it should be. And the the weird thing is, if I edit the message posted as me using flow, it enlarges it and fills the message box.
Message posted manually by me:
Message posted by the flow bot:
Message posted by flow as me:
Message posted by flow as me. I then selected "edit" and pressed "send" without making any changes, it magically pops back to full size:
Here's the flow:
The substring pulled from the HTML and being inserted in the <img> tag is this:
https://assets.amuniversal.com/6e112be05f5701394ecc005056a9545d
I've tried adding a width="600" but it doesn't work. So I had no option but to inspect the Teams page which not being a web designer or coder, is probably pointless, but it seems to put it in a image.ts container that is 300px wide:
Any help with this is appreciated!