I'm trying to create an automation that logs work on multiple days, based on user inputs on trigger.
I tried tons of different approaches to set the date, generally creating a list of selected days and branching on each element of the array. At the moment, the array can contain strings like MON, TUE, WED, THU and FRI and use them inside the withNextDayOfWeek attribute. I already debugged the array branching output and its correct, each value is correctly taken.
Can someone please help me? I've been on this automation for days now and I can't understand what I'm doing wrong.