Hello Skuid Community!
I am attempting to use the "result of template’ under the Color format on my Calendar component, but having lots of issues.
It’s a relatively simple formula, but whenever I put in any logic all my events render in a gray that isn’t part of my formula. I’m guessing I have something wrong in the syntax, but can’t crack the issue.
Formula:
CASE(
{{AWBC_Party__c}},
“D”,#0015BC,
“R”, #FF0000,
“I”,#6F2DA8,
#FFFFFF)
Calendar rendering as gray, not following template despite both an R and D being present:
Any help is greatly appreciated - I’d really like to avoid having three duplicate models powering my calendar, but that is the only idea I can come up with if this feature doesn’t work out.
Best
Woj