Is it possible to share monday storage among features of an application?

I am building an application that consists of multiple features.

One of the feature is the integration for sentence builder which will have one recipe with custom trigger and action. For the custom trigger I have subscription function where I do write into monday storage like this:

image

when I run mapps storage:search I see the entry.

However, I cannot get the value on my client application from the monday storage. The value is always null.

image

Do we have issues with getting data set on backend, to the client app?