commonfields: id: EmailAskUserResponse version: -1 name: EmailAskUserResponse script: '' type: javascript tags: - Condition comment: Extract user's response from EmailAskUser reply. Returns the first textual response line of the provided entry that contains the reply body. Use ${lastCompletedTaskEntries} to analyze the previous playbook task containing the user's reply. enabled: true args: - name: responseEntryId required: true default: true description: Entry ID where EmailAskUser will complete when user replies. - name: prefix description: Text to remove from the start of the answer. If the response contains a known prefix that should be removed, this argument should be used. - name: suffix description: Text to remove from the end of the answer. If the response contains a known suffix that should be removed, this argument should be used. scripttarget: 0 fromversion: 5.0.0 tests: - No test