I cannot remember how to convert an array to an object. I have tried From entries but this results in an undefined and null result.
Process I have followed:
1. Take time now and format date to output the time as HH:MM:SS. This outputs a string.
2. Split the string by :, which produces an array [HH, MM, SS] e.g. ["17","35","30"]
3. If I try From entries to convert the array to an object, I get an undefined > null result.
4. To debug, have tried storing the array in variable and then doing From entries in a formula on a span element to see the output.
5. Output is [object Object], so appears to be working but I cannot see the object result.
@Max and @Lucas G - FYI seeing as you were helping me out.