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:
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.
Do we have issues with getting data set on backend, to the client app?