Hello!
I'm using the following formula in the Formula Tool:
if GetWord([worksheet],1) = "LEE"
then "LEE"
else "Null"
endif
+ " " +
GetWord([worksheet],0)
+ " " +
datetimeformat(DateTimeNow(),"%B%Y")
I have 5 reports feeding into one output report. Where I created a new column header (Worksheet) for each:
LEE Bold
LEE Gold
LEE Yellow
LEE Brown
LEE Black
When I run the workflow I get the following "Null CRE October 2020". It doesn't appear to be pulling the formula that's created for each named Worksheet. Can you help me with this?