Hi there! I’ve been having an issue with the storage piece for the past few days. I’m using the “put” function to save a specific value under a key, but when I try to retrieve it with “get”, it either returns a blank value or “undefined”.
My workflows rely heavily on storing and reading these values, and they’ve been working fine until recently. Right now, they’re completely stuck because of this issue. This piece had some problems a few months ago, so I’m wondering if it might be related.
The setting project, flow, or run is correct in all the flows and every time I use the Storage piece. Also, it had been working without any issues until a few days ago, and no changes have been made, so it’s not about how it’s being used, but rather that something is failing in that piece.
Folks, I can confirm - Storage piece is broken in both community (latest version) and Cloud.
The symptoms are exactly the same across cloud and community versions - I’m trying to append a string of text, with the Run scope. Pressing “test” a few times. Then trying to “get” the same key (with the same scope - run), and nothing happens. No results show at all.