In my workflow I'm receiveing the following warning messages
Run Command (12) URL: "url here" was truncated
Run Command (12) The field "URL" was truncated in record #1
How can I prevent the Run Command from truncating the field?
Thanks
Solved! Go to Solution.
@joe_mako thanks for your prompt response. Browse tool gives the same result. Basically the powershell tool writes the output to a file and the file has truncated line as well.
If I run the powershell script outside of Alteryx, it outputs full path but when run via Alteryx it truncates. So it rules out any issue with the powershell script itself. Any other thing I could be missing?
I think I found the issue. The issue is with PowerShell. When PowerShell opens in a non maximized screen it truncates the output even though if you format the output to AutoSize.
Alteryx by default opens powershell in a Restore Down (non maximized) mode. The question now is how do I force PowerShell to open in mazimized window from Alteryx?