We are inserting a record in queue with a DateTime parameter. The record is visible in the Insight dashboard as “2021-11-19T23:09:02+05:30” which is very difficult to read and understand.
Is there any way that we can show there in a given string format like “dd-MMM-yyyy hh:mm tt”.
What I understand is once we enter a parameter in the queue, it is directly reflected in Insights, so how can we change the date format in between ?
Is it reference in the Queue ?
You can write the expression that @lakshman mentioned directly in the input where you are writing this date.
The other workaround is creating the second variable (String) just to pass this datetime to the Queue.
How the origin Datetime looks like before passing it to the Queue?