I have a strange error which is inconsistent, but is causing issues in a scheduled file.
I have an excel file which lists by date which file Alteryx needs to use for the rest of the workflow.
The date in excel appears as follows, and has format date
| Date | file |
| 23/07/2017 | su070517 |
| 24/07/2017 | mf260517 |
When the workflow ran this morning Alteryx showed this input as
| Date | file |
| 42939 | su070517 |
| 42940 | mf260517 |
When I ran it again the dates came through in the format 23/07/2017 - I didn't change anything in the workflow or anything in the excel!!
The result I want is that it comes through in 23/07/2017
I am using a text input to list all the tabs I want to pull through, followed by a dynamic input that reads each tab in the excel - the output of this is the bit that's inconsistent.
Are there any settings I can check in the dynamic input or settings for the workflow that could change how Alteryx pulls through a date in excel?
Thank you!