Quantcast
Channel: Ivanti User Community: Message List
Viewing all articles
Browse latest Browse all 13696

Re: Powershell: Auto wordwrap after returning string over 80 characters

$
0
0

Yes powershell does this by default. My Workaround is to use SQL Actions in powershell to update directly the Field stored in Database.

 

Yout can use following statement to update your workflow:

 

UPDATE [dbo].[WorkflowData] SET Data = '"+$data+"' where WorkflowInstanceID = "+$InstanceID+" AND FieldID = "+$FieldID+"

 

 


Viewing all articles
Browse latest Browse all 13696


<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>