Trying to send DocumentID to another scenario

Hi all,

New to make, still trying to get the hang of it. I am making an automation and it boils down to 3 different scenarios. For this question I need help in ‘connecting’ the first and the third. My first scenario is the ‘main one’ where a Google Docs file is created, directly after this step I have a ‘Set variable’ step that sets the DocumentID and directly after I have a ‘Run a scenario’ step that is supposed to ‘send’ the DocumentID to Scenario 3. In Scenario 3 a ‘Get variable’ step is supposed to fetch this DocumentID. Unfortunately I am getting the following error message:

• Validation failed for 1 parameter(s).
• Missing value of required parameter ‘name’.

I need the DocumentID from scenario 1 in Scenario 3 so I can combine a generated image (generated in scenario 2 and 3) with text (Generated in scenario 1) in the fresh google Docs file.

Like I said, I am very new to this, and have been hurting my brains over this one, I feel like I am missing an important step or something. Any help would be welcome.