I have created a data action to navigate from Canvas A to canvas B using URL navigation by using date as anchor data
URL looks like <base workbook URL>&p1n=BUCKET_START_DATE&p1v=${valuesForColumn:START_DAY_DATE}
the value for BUCKET_START_DATE gets automatically converted to a different value where as I want exact value to be assigned to parameter
example : <base workbook URL>&p1n=BUCKET_START_DATE&p1v=06/09/2024%2012:00:00.000%20am
"06/09/2024 12:00:00.000 am" this timestamp in URL changes to "08/06/2024 06:30:00.000 pm" on the canvas