I’m facing an issue with my Zapier storage.
I have a zap that is triggered by a webhook.
Every time it runs, it get the value from Zapier storage using a key, say key name is “keyname”.
Then it does a few operations and stores new value for the key “keyname”.
Problem is, on subsequent calls of this zap, Storage from Zapier cannot find a value with the key “keyname” and resets it to default value, thus erasing all the info which was previously stored in it. How can I solve this? Thanks!