Hi everyone, I am looking for an easier solution on how I can add two time fields in Alteryx, For Example -
Time1 Time2
09:00:00 00:10:00
10:15:00 00:45:00
12:40:00 00:30:00
So I want to add these two column and get my final column as
Time3
09:10:00
11:00:00
13:10:00
How can I get this result ? Help please