I'm trying to write a long string to SQL using a custom query, and it's being truncated. The SQL type is nvarchar(max) but I can't find a type on the workflow side that doesn't truncate the string.
Workflow also doesn't throw an error or warning when the value exceeds the limit.
Is it possible to use very long strings in Workflow?