Created
June 15, 2021 18:56
-
-
Save cicorias/361071e0f791a1486d845dc561bdced4 to your computer and use it in GitHub Desktop.
Logic Apps dynamic name of file written to blob using YY/MM/DD etc.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
concat(formatDateTime(utcNow(), 'yyyy/MM/dd/HH/'), 'coreid-', triggerBody()?['coreid'], formatDateTime(utcNow(),'-mm-ss'),'.json') |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment