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.