SPLK-1002 · Question #81
When using a field value variable with a Workflow Action, which punctuation mark will escape the data
The correct answer is B. !. In Splunk Workflow Actions, when referencing a field value variable, prefixing it with an exclamation mark (!) causes the value to be URL-encoded (escaped). This is important when passing field values as parameters in URLs or scripts to ensure special characters are safely transm
Question
When using a field value variable with a Workflow Action, which punctuation mark will escape the data
Options
- A
- B!
- C^
- D
How the community answered
(66 responses)- A2% (1)
- B92% (61)
- C5% (3)
- D2% (1)
Explanation
In Splunk Workflow Actions, when referencing a field value variable, prefixing it with an exclamation mark (!) causes the value to be URL-encoded (escaped). This is important when passing field values as parameters in URLs or scripts to ensure special characters are safely transmitted without breaking the URL syntax.
Topics
Community Discussion
No community discussion yet for this question.