typera5
PowerShell in Windmill: Data Passing Through For Loops
I found my issue, when passing object data between powershell scripts, the output not only needs to be a string with json but the json needs to be compressed (escaped and without line breaks) otherwise it cant be used in the input for the next script.
26 replies
PowerShell in Windmill: Data Passing Through For Loops
Thank you Ruben. A larger issue that it seems I am having is passing data between powershell scripts as part of a flow. I tried it as an object and json string and nothing works. However passing object data in Typescript works as expected.
Could it be that there's no support to handling objects with powershell scripts?
26 replies