I am using a zap that has multiple webhook actions and I need to use the token from Wrike each time. If I needed to change this token I would then need to do it in each step. Thoughts on the best approach to store this in one step and then reference it in subesguent steps?
Best answer
storing of a token that is used throughout a zap
Best answer by ikbelkirasan
In the code, put the following code snippet:
return {
token: inputData.token,
};
Now you should be able to reference it in any subsequent steps.
This post has been closed for comments. Please create a new post if you need help or have a question about this topic.
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.


