This site uses different types of cookies, including analytics and functional cookies (its own and from other sites). To change your cookie settings or find out more, click here. If you continue browsing our website, you accept these cookies.
Early bird tickets for Inspire 2023 are now available! Discounted pricing closes on January 31st. Save your spot!
I'm starting in Alteryx from an excel file that contains data "from other sources" - "from OData data feed".
This is currently a workaround as I'm unable to connect Alteryx directly to the original OData feed.
Would it be possible to integrate the refresh of the OData in my excel file directly in my Alteryx flow or would this be an additional (manual) action before starting Alteryx?
When you open your xlsx file does it automatically refresh the 'OData' or do you need to click a button?
Either way it may be possible to create a visual basic script or batch script that you trigger to run using the 'events' pane in Alteryx and that run can be called 'before' the alteryx workflow is ran.
https://stackoverflow.com/questions/30846507/vb-script-to-refresh-excel
Ben
Good suggestion.
I've never used the events pane in Alteryx but I assume that it triggers macro's that are in the excel file?
I noticed that the Excel macro always asks for a password when updating so I guess it will never be fully automated.
Have you found a solution to your question? I have the same scenario here!