I want to create a sub-zap that’ll accept a string, strip out part of it and then return what’s left. I understand the overall structure, but I’m struggling to figure out how to pass in test data into this Sub-Zap.
My current flow
- Start sub-zap with a string input parameter
- Format that string with a regex pattern and extract the matched group
- Return the match
But how do I pass in a test string into Step 1?