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>]"
Last modified:
4 August 2022