Trying to duplicate a zap (that is currently On and working) and getting the below error.
Error duplicating Zap: 'create vacancy' does not match '^[a-zA-Z0-9_]+$' Failed validating 'pattern' in schema['allOf'][1]['properties']['steps']['items']['allOf'][0]['properties']['action']: {'minLength': 1, 'pattern': '^[a-zA-Z0-9_]+$', 'type': 'string'} On instance['steps'][3]['action']: 'create vacancy'
Not sure what this means or how to resolve this? Thanks.