I'm prefixing all uploaded docs in a library with the ID using an HTTP request. This all works.
What I need to do is extract the date from the created column. I want the output to look like 0520 (for May 2020).
I've experimented with variables, compose but I am thinking I may have to convert the created date to a timestamp then substring the correct numbers. Will need help with that!
Regards,
C