Skip to main content
Solved

How to add dynamic picture to thank you flow


Forum|alt.badge.img+2

Hello,

I am new to community. I am trying to create thank you flow, that will be triggered after an order is fulfilled in the webstore. The idea is to generate dynamic images with tips on how to use the product, which will appear depending on the purchased product.

I tried using an image with show/hide logic, but I couldn’t get it to work correctly.

I also tried using HTML code.

Can anyone help me? thanks in advance!

Best answer by annasophiefc

HI there ​@Pedro18 

 

Thank you for posting in the community!

 

The show hide logics are contingent on property based values, that are not automatically logged to a profiles upon purchase. 

I would recommend that you use if/else statements to display your images with tips. This would be set up with possibly quite a few statements, based on how many products we are talking about. If more then 5, I’d recommend you to branch out the flow and use the trigger splits for the products you have images for whilst making sure you have a fallback for those, who fall out of category. You can read more about if/else statements in this super article; 

 

I hope this helps!

View original
Did this topic or the replies in the thread help you find an answer to your question?

3 replies

annasophiefc
Partner - Platinum
Forum|alt.badge.img+23
  • 2025 Champion
  • 116 replies
  • Answer
  • March 4, 2025

HI there ​@Pedro18 

 

Thank you for posting in the community!

 

The show hide logics are contingent on property based values, that are not automatically logged to a profiles upon purchase. 

I would recommend that you use if/else statements to display your images with tips. This would be set up with possibly quite a few statements, based on how many products we are talking about. If more then 5, I’d recommend you to branch out the flow and use the trigger splits for the products you have images for whilst making sure you have a fallback for those, who fall out of category. You can read more about if/else statements in this super article; 

 

I hope this helps!


Forum|alt.badge.img+2
  • Author
  • Contributor I
  • 4 replies
  • March 5, 2025
annasophiefc wrote:

HI there ​@Pedro18 

 

Thank you for posting in the community!

 

The show hide logics are contingent on property based values, that are not automatically logged to a profiles upon purchase. 

I would recommend that you use if/else statements to display your images with tips. This would be set up with possibly quite a few statements, based on how many products we are talking about. If more then 5, I’d recommend you to branch out the flow and use the trigger splits for the products you have images for whilst making sure you have a fallback for those, who fall out of category. You can read more about if/else statements in this super article; 

 

I hope this helps!

Hello ​@annasophiefc 

Thanks a lot! This really cleared things up for me, and now I have a much better idea of how to solve the issue. I really appreciate your help!


annasophiefc
Partner - Platinum
Forum|alt.badge.img+23
  • 2025 Champion
  • 116 replies
  • March 10, 2025

Hi ​@Pedro18 

You’re welcome! Happy that you figured it out :-)