Fixes https://github.com/twentyhq/twenty/issues/16775 When a field is deleted from the model, the workflow action step still stores the deleted field name in `step.settings.input.objectRecord`. We need to filter out the fields that are not valid anymore. This logic existed before but had been removed with the migration to tool services.