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?
Page 1 / 1
In the code, put the following code snippet:
return {
token: inputData.token,
};
Now you should be able to reference it in any subsequent steps.
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.