Let’s talk Alteryx Copilot. Join the live AMA event to connect with the Alteryx team, ask questions, and hear how others are exploring what Copilot can do. Have Copilot questions? Ask here!
We’re experiencing technical issues with our vendor that are affecting license activations for Designer Desktop. We don’t yet have an estimated resolution time. We apologize for the inconvenience and will share updates as we have them.
Start Free Trial

Alteryx Designer Desktop Discussions

Find answers, ask questions, and share expertise about Alteryx Designer Desktop and Intelligence Suite.

Only load files if flow change date is newer than file date

Hamder83
11 - Bolide

Hi 

I have a flow that converts xlsx filen to alteryx databases, and then loads the alteryx db if its change later than the xlsx file.

if I in addition to that want to only load the alteryx db or excel file if its changed after the flow was changeg (to always have data run through the newest version of the flow)

but discard it if the file is not changed and the flow is not changed.

how would you do that? 


image.png

1 REPLY 1
harshendra
8 - Asteroid

@Hamder83  Use the Directory tool for the folder. You will get columns CreationTime, LastAccessTime and LastWriteTime. Using these columns, you can determine which files to be loaded or updated.

Labels
Top Solution Authors