We are celebrating the 10-year anniversary of the Alteryx Community! Learn more and join in on the fun here.
Start Free Trial

Alteryx Designer Desktop Discussions

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

Change date format after using dynamic selection tool

Nicolaas_Vercruyse
7 - Meteor
 

Dear all,

 

I'm using the dynamic selection tool for changing the date for a workflow but I need to get the date with format YYYYMMDD

Schermafbeelding 2023-12-01 113325.jpg

What is the best practice for this?

 

Nicolaas

1 REPLY 1
alexnajm
18 - Pollux
18 - Pollux

You could try 'Update Value with Formula" in the Action tool and do something like DateTimeFormat([#1],"%Y%m%d")

Labels
Top Solution Authors