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.

Syntax 

STORY_RUN_LINK([mode: "story_runs"])

Usage 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 

Transform
STORY_RUN_LINK

Select an action to inspect

You can also click "Copy action" and paste them in your Tines story to see how they work.

Was this helpful?