Storage Run Scope

Storage run scope doesn’t work when used in router.

When i use storage Put in a branch of Router and retrieve it using storage Get after the router (outside). I can’t get the data out. Test step just give undefined. This only happen to Run scope in router.

In a particular run, is the branch step that includes the ‘put storage’ step executed, or is another branch executed?

Hi kishanprmr,

I did some further testing and it seems like it is only the Test step not working for Storage Get with run scope.

It doesn’t show any value when clicking test step. I did run the Put test step before the Get.

Update:
I tested, the issue will occur with or without router.

2025-08-29_18-23-48 (1)

Hi @kishanprmr,

Any solution available?

I just tested both self hosted (version 0.70.0) as well as the cloud version. Both having same issue with storage run scope. The Get action just refuse to load any sample data or showing undefined.