I have a drop down that is populated from a Sharepoint list called "Interface".
items = Distinct(Interface,Story)
This works fine, but there is always a blank value added to the list. I want to fix that problem, like this:
items = RemoveIf(Distinct(Interface,Story),IsBlank(Story))
When I try this, I get the following intellisense error: "This function can only be used in Action rules".
What am I doing wrong?

Report
All responses (
Answers (