Hey All,
I got a list of Employees with a date [field] with over 2 years date (daily). I used DateTimeFormat([Date], "%W") to get the week number ending Sunday, I would like a new field that will display the actual date ended on Sunday
for example 1/24/2021, week = 3,
Desired result ->week ending date = 1/24/2021.
I tried generate rows function but with millions of records its slowing down the workflow.
Thanks.