Is it possible to save the result of PowerShell actvity in an argument?
I am trying to create a folder with the current date time stamp and I want to know the name of the folder which gets created.
Is it possible to save the result of PowerShell actvity in an argument?
I am trying to create a folder with the current date time stamp and I want to know the name of the folder which gets created.
Hi,
While cretaing process click on Result mapping.
In output path dropdown you can map the value returned vy powershell script to an argument
Thanks Amit. I was able to store the execution value with Result Mapping.