Set Secret Override
Temporarily sets the target Secret parameter in the βToβ slot to the value returned by the block in the βFromβ slot
The Set Secret
block allows you to take a Secret value (or a reference/link to a Secret value) and store it in another Secret variable (or a reference/link to a Secret value).
To use it:
-
Connect the source block to the
from
slot -
Specify where to store the data by adding a variable or Data Structure Reference in the
to
slot.
The Set Secret
block is a temporary override. It will only affect the value in the to
slot for the duration of the current process.
It will not re-write the value persistently to the secret store.
Parameters
Parameter | Parameter | Valid Blocks | Required |
---|---|---|---|
From | The secret value to use | Semi-Secret Block Group | Yes |
To | The destination secret to set | Reference Block Group | Yes |