Hello and thank you for the help.
I have a workflow that has an Excel file input, and I want the output to be the same Excel file, with updated data from the workflow.
See the example below;
Input (Excel File name 'TEST'):
| Food | Color |
| Apple | Red |
| Banana | Yellow |
| Ketchup | Red |
then, my alteryx workflow will remove any food that isn't "Red," and my output would be:
Output:
| Food | Color |
| Apple | Red |
| Ketchup | Red |
Is there any way to have this output be put into the original Excel File 'TEST' where the original data was. So now in the file 'TEST', I would see my output table rather than my input table.
Thanks!