In the Node server model, created a data component of Session Storage Manager and created a session variable. Trying to set that session variable from a drop-down. When I set value, the session name is not available from the drop-down list. I can’t even add it manually. Works fine in all other server models.
@turn3636 i think i figured it out… if you are doing a SPA or using a layout page… you probably have 2 sessions named “session1”… do a search and both will show… change the name of the session to a different name and the you should be able to access them separately… if nothing is showing still then it is because that session storage has no variables in it… this is what worked for me
George, I created a new Node project, created a layout page, and then a content page. Added the session on the content page. When I try to select that session in the data picker, the list is blank.