PowerShell Action in Flow Designer is not getting return codes and no outputIssue When running a PowerShell script we don't receive the PowerShell script return code and/or error code. Some PowerShell scripts in Flow Designer Actions do work but some others that don't.CauseWindows requires the file extension in the name of the file. If the file type ".ps1" was not included in the mid script file name then it will not be processed in Windows and therefore return no error.ResolutionAdd the file extension ".ps1" to the mid script file name and select the new mid script file in the Flow designer action