Set a Variable by runtime key, then reference it later

I can set a variable in the first module and can use a runtime value as the key

Then in the next module I want that value that was set by referencing the key

I have tried build in get function, not sure if there is something else I could use.

1 Like

Hey @Calum_MacKenzie

You problem is not clear. Could you please elaborate more on this???

Regards,
Msquare Automation - Platinum Partner of Make
@Msquare_Automation

1 Like

I set the key of a variable using another variable.
in a future module i want to use that variable, because it is not simply a hardcoded variable e.g. abc then I could reference it such as {{19.abc}}
Looking for a way to use the variable by using the value of another variable as the key.

if it were php then
I know how to do this
$tokens["day"]

but don’t know how to do this within make
$tokens[$day]