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.

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