Good day,
I wanna ask for help or advice, if it is possible to transfer a specific range of cell in excel including it's format and transfer it to the body of an email in Alteryx.
Thank you so much in advance.
Solved! Go to Solution.
Hey @Grail030510,
You can limit the data you read from an excel in the input by specifing the Table and Cell Range.
This will then import only the selected cells. Then you can Mail this.
Result (w.o. any formating):
Thanks for the answer , are there any chances that I could also transfer it as is in the original format like the sample image above?
Hey @Grail030510,
Unfortunaly not. Alteryx doesn't read anything but the actual table, therefore formating, coloring, etc. is droped.
You can recreate this using the table tool, but this has to be set up manually and won't be dynamic.
Thanks for the heads up sir :)