HI Everyone,
I am BRAND NEW to Alteryx and I have what I think is a simple issue. I am trying to pull information from a table based upon a last update date for each record. I only want records that were updated since the last time the workflow ran. Basically, I have this scenario:
1. Get the "LastRunDate" (I do not know how to store or pull this). Obviously I will need a default start date.
1b. Update the "LastRunDate" (I do not know how to do this)
2. Go to Table#1
3. Select * from Table#1 where Last_Update_Date >= "LastRunDate"
4.Insert rows into TargetTable#1
5.Repeat
Any help would be greatly appreciated.