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!
Start Free Trial

Alteryx Designer Desktop Discussions

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

Take latest update date data in workflow

aaniqshaf
6 - Meteoroid

Hello, I need help.

 

I want to take latest update data in my worflow. 

There I atteched with date data. 

 Example :

 

BrandProcess Start TimeProcess End Time
Nike2020-07-30 01:05:002020-07-30 01:07:00
Adidas2020-08-31 02:05:002020-08-31 02:07:00
Adidas 2021-08-31 02:07:002021-08-31 02:09:00
Nike2021-07-30 02:05:002021-07-30 02:07:00

 

Expected Output:

 

BrandProcess Start TimeProcess End Time
   
   
Adidas 2021-08-31 02:07:002021-08-31 02:09:00
Nike2021-07-30 02:05:002021-07-30 02:07:00

 

I want latest update data formula that created latest updated data and month.

 

4 REPLIES 4
atcodedog05
22 - Nova
22 - Nova

Hi @aaniqshaf 

 

Here is how you can do it. I was bit confused whether you wanted to only keep those records or map it back to data. Hence i have done both.

Workflow:

atcodedog05_0-1629094447392.png

 

Hope this helps : )

 

aaniqshaf
6 - Meteoroid

Thanks!

aaniqshaf
6 - Meteoroid

Do you have formula on how to get latest update data in workflow?

 

Example:

 

There 2 date which 2021-06-01 and 2021-08-16.

So, i want to remove data 2021-06-01 and i want to latest data that currently updated now on that month. Let say this month is August, I want only August data with latest updated.

 

 

atcodedog05
22 - Nova
22 - Nova

Hi @aaniqshaf 


Here is how you can do it. To keep only current months data.

Workflow:

atcodedog05_0-1629100705084.png

 

Hope this helps : )

Labels
Top Solution Authors