Hello, I want to concatenate 3 API string items together. However, the last item does not always have a value. If it does, I need to also add a colon ":" before it. I use the IF formula to check if the 3rd item is an empty string using equals, and if it is not, then I concatenate a colon + the item. However, it didn't return the desired result. What did I do wrong?