Hi all, I want to extract only time from Date created auto column (in format HH:mm:ss)
I've tried VALUE(RIGHT(Created@row, 8)), but it seems i can only take two first numbers and ":" is blocking the formula, and i get unparsable if i go any higher than VALUE(RIGHT(Created@row, 2)).
What would be the correct approach to achieve this?