Get-FlowVariable -Name “String”

Get the value from a SMART Migration Variable and assign it to a PowerShell variable.

Example:
$MyVariable = Get-FlowVariable -Name "[<My Variable>]"

PowerShell samples