Hi everyone
I have a gallery. One of the items I want to display is optional. However, I want to ensure that the User sees that it's missing.
I created the If function below. This works. However, I would like to set the colour for the TRUE i.e. make the text '**No Widget' red.
Is this possible?
If(IsBlank(ThisItem.Widgets.WidgetName),"**No Widget",ThisItem.Widget.Name)
Thanks,
Anglo