I want to use Regexreplace to extract element IDs from a session variable to link other shapes in the view. Although the concept works fine (I can control the element linked on each shape by changing that session variable), I need to have this working with a card session scope so I can open multiple cards with the same view and show different elements on each one.
Is there a way to make Regexreplace working on a scope different than the default?
The placeholder for card variables is different than the one for regular variables. So instead of using the [Var:MyVariable] placeholder you'll want to use the [CardVar:MyVariable] placeholder.
Do note that you also have the [PageVar:MyVariable] and [WorkspaceVar:MyVariable] to address page scoped and workspace scoped variables.