I am using the Zapier Legacy code and I have created a computed field inside the Authentication. This computed field is updated with a value in the check_pre_roll method and I want to use the updated field on other upload and update methods but the value is null. How can I save the new value in the bundle field (bundle.auth.location) from within the check_pre_roll method and then use it in any other pre/post-roll methods? The default value is null.
Best answer
Setting the value of bundle field and passing it to other methods in the Zapier Legacy code
Best answer by ZaneBest answer by Zane
Hi
https://zapier.github.io/zapier-platform/#computed-fields
Next I’d make sure, outside of auth logic, make you’re referencing the computed field on the bundle.authData object, rather than the fields collection. This can be a tricky one to remember (for me at least!)
If that doesn’t get you up and running, let us know and we can look for a different way to accomplish what you need.
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.