Pass value between actions

I am chaining them automatically, I currently only have 2 (because of the hassle of coding the passing values).

Example

In my drafts to organize my various drafts about the same project I link them by their UUID and by tags, to be able to preview many drafts at once.

# Script for project X

Paragraph number 1

UUID: [[uuid]] (# Important topics to hit)

Paragraph number 2

To make the link I have an action that asks me if I want to select an existing draft or create a new one. And in case is a new one it asks me for a different action that creates drafts from a template.

What I pass through

From that I’m passing through the project name, some extra tags and any selected text I had. Witch I’m writing at the first line and deleting at the end of the actions