I am attempting to make a string the contains the bellow hash table object strings and the $today variable and resulting with System.Collections.Hashtable.allshift.
$today = (Get-Date).ToString('yyyyMMdd')
$saturday = @{
allshift = "All_Shifts_Checklist_Saturday.xlsx";
elements = "Elements_Weekend.xlsx";
night = "Night_Shift_Saturday.xlsx"
}
Write-Host $today$saturday.allshift
###ACTUAL 20220923System.Collections.Hashtable.allshift
###EXPECTED 20220923All_Shifts_Checklist_Saturday.xlsx