STORY_RUN_LINK
Returns a link to the currently executing story run. Mode can be set to "action" to return a link to the action with events filtered by story run.
Categories: Story Metadata
Syntax
STORY_RUN_LINK([mode: "story_runs"])
Examples
Example 1
Formula
STORY_RUN_LINK()
Output
"https://<<tenant>>.tines.com/stories/<<story_id>>/runs/<<guid>>/"
Example 2
Formula
STORY_RUN_LINK("action")
Output
"https://<<tenant>>.tines.com/stories/<<story_id>>?actions=<<action_id>>&storyRuns=<<guid>>"
Sample actions
Select an action to inspect
You can also click "Copy action" and paste them in your Tines story to see how they work.