Thank you Muhammad, that worked perfectly.
I wonder if you can also please suggest how I can convert from UTC to the user's local date and time? (Or failing that, to a pre-set timezone)
This is the expression in its current form:
Happy {{GetAt(Flow.dayName, DayOfWeek(Flow.StartDateTimeUtc)-1)}}!
Thanks again,
Isabella
------------------------------
Isabella Clutterham
Automation Solution Analyst & Developer
BEYOND BANK AUSTRALIA
------------------------------
Original Message:
Sent: 07-17-2024 00:56
From: Muhammad Zubair Awan
Subject: Display day name in communication to customer
Hi Isabella,
Create a String Collection variable with days of the week, Sun/Mon/Tue/Wed/Thu/Fri/Sat - Lets say you created Task.myList
Then a String variable to get the current day with following expression using Update Data
GetAt(Task.myList, (Insert here your Variable/Expression that is Returning 3)-1)
Hope it helps.
------------------------------
Cheers
Zubair
------------------------------