I want localtime() function in Windows Definition Language. for getting the current date/time of local time zone. My scenario: Sharing a flow in template which use current date / time, to global users. Currently: use addhours(utcnow(), 9) for Japan time zone flow, and addhours(utcnow(), -8) for PST time zone, etc. By localtime() function, Sharing these flow more easy. Regards, Yoshihiro Kawabata
... View more
This work has been completed. You can read more about it here: https://flow.microsoft.com/blog/nested-apply-to-each/