Hello everybody.
we built an solution in alteryx that is creating Word Documents. In these Documents we want to show the current date. Since the documents are further processed outside alteryx we cannot just add a fixed date. Our plan was to add a field in word automatically via alteryx. I've seen html to word render tools that accepted
<span style="mso-field-code: DATE \@ 'dd.MM.yyyy' \*MERGEFORMAT"></span><span style='mso-field-code: DATE'>
However the Alteryx render does not accept this (I added it via Report Text Tool as RawPCXML text. Is there any way to add the date?
Thanks a lot!
Stefan