Drop facility/level fields

Hello! Have a problem like here, but with similar fields ‘level’ and ‘facility’ . Topic above was closed so isn’t it possible to remove that fields now? I’ve tried to do it via pipeline rule

rule "remove field"
when
  has_field("level")
then
  remove_field("level");
end

…but here they are.

1 Like

This topic was automatically closed 14 days after the last reply. New replies are no longer allowed.