Get-FlowVariable -Name “String”
Get the value from a Migration Flow Variable and assign it to a PowerShell variable.
Example:$MyVariable = Get-FlowVariable -Name "[<My Variable>]"
Last modified:
4 August 2022
Post your comment on this topic.