I have a workflow that has a lot of branches. All these branches write to the same excel, but in different tabs.
The name of the excel file consists of the date but I would like to add the time as well.
How can I add the time to the end of each branch but calculate it at the beginning of the workflow? If I calculate it at the end of each branch then the time could differ between branches.
I'd rather not calculate it at the beginning and add it with an append fields at the end of each branch. Is there a better, easier way?
Something like a constant where I can refer to?