Global or Public variable
Hello, I have a requirement of sharing a value in captured in one Snap to the other Snap but not to an immediate following Snap. Ex: Rest GET Snap (getting token)–> Mapper → …other SQL snaps … —> REST PUT snap (I need token here to call PUT) How to ...