If someone can help me :)

First @JeS_appelle_GROOT you will add the download url to the same tag you add the messages in with the same logic you use to add text but replacing the text with download url…And you don’t want to download the image…You can show it in the chat view using it’s download url…Just use add image message block with path parameter set to the download url…And also you need to make your event ( when data changed ) check if the data is an image or text…How to do it?You can add an if then else statment if the value contains .png or .jpeg then add image message.Else add text message…Something like that:

@Mohamed_Tamer first, thanks for the tips, this is as this?ha|506x500

Exactly…but take care…This must be insert in when data changed event not when button click… Keep your button click event as it is and add the if then statment in the ( when data changed ) block…

ok thanks a lot for the help :slight_smile: !

1 Like

You are welcome :blush:

1 Like