Hi,
I am trying to execute a "stored proc activity" with Visual Scripting. It works fine until I want to pass a datetime variable.
See my code below:
This is the parameter expression:
"@Name="
+ Local.publicationType + ", @FolderId=" + ProcessContext.FolderId + ", @Release=" + Local.release + ", @deliveryDate=" + Local.informationDeliveyDate
Appreciate any help,
Magnus