Date/Time Tricks
Timestamps
## Get Current Date
{{ now() | to_human_time_from_seconds | as_timezone('<tz here>') | format_datetime("%Y-%m-%dT%H:%M:%S") }}Get Current Year
{{ now() | to_human_time_from_seconds | as_timezone('<tz here>') | format_datetime("%Y") }}Get Current Month
{{ now() | to_human_time_from_seconds | as_timezone('tz_here') | format_datetime("%m") }}PreviousSetting Managed Metadata Columns via Power AutomateNextSetting up Connection to Storage Account Blob
Last updated