Skip to content

Instantly share code, notes, and snippets.

@cicorias
Created June 15, 2021 18:56
Show Gist options
  • Save cicorias/361071e0f791a1486d845dc561bdced4 to your computer and use it in GitHub Desktop.
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.
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