Logic App SQL Insert Truncating Column Value
Jack Speidel
0
Reputation points
Logic App that is used to insert a row into SSMS Table is truncating the value of a string. The column receiving the data is set to type "varchar(max)" and is receiving data that, while substantial, is less than 2GB. The Logic App value shows the full string, so the issue is happening somewhere in-flight or on insert.
Sign in to answer