Is there a way to grab a zap step ID while a zap is being ran? (The step ID in the URL of when editing the step and used in the variable fields):
For example, say I want the step ID of Step #5 (Copper):
If you copy and paste the variable field then you get the following:
{{97718551__primary_contact__name__first_name}}
I essentially just want to grab the number out of that, but when it makes its way into the zap step, it changes it from the variable field into the value of what the variable holds.
So with that, is there like a {{zap_meta_human_now}} type of option for step ID’s? Something like {{zap_meta_step5_id}} for example?
I essentially want to, in the code block, run a “replace” JS script that will replace a variable that I push in (e.g. n ReplaceVariableWithStageID]] would replace with 97718551, pulling that stage ID from the zap itself)
Thanks so much!
Alex