Hello everyone,
I have created a iterative Macro to fetch the result using API url as text input ( by passing todate and fromdate in the URL in text input eg: URL?fromdate=01-02-2021&todate =01-03-2021)into Alteryx database file. This whole table got millions of rows and takes about half an hour to run the whole process. My requirement is to create a macro which would ask the question: full data download or weekly increment the data). If it is full then need to pass fromdate=01-02-2021 and todate=Today's Date (appendig to URL string)
if we select option 2 then it should picks the max date from the existing data file and pass that as fromdate in the URL.
Please advise an idea to do this in Alteryx.
Best Regards
Harinder