I have a business case where I need to insert a special character such as a Check or X for the for a given value if the conditions are met.
this is obviously not the correct syntax for the expression but this is the concept I am trying solve.
If Submission date ="1" then "Special Character "X" + Submission Date" else Submission date endif
For reference I found this article on the message board which works great for replacing.
https://community.alteryx.com/t5/Alteryx-Designer-Discussions/Issue-with-PNG-PDF-output-for-special-character/td-p/141935
This is a example of how I would like it to look in the end.

The attached workflow has some dummy data to help kick off the process.
Thank you in advanced.