Skip to main content
mshealy
Established Contributor
Established Contributor
November 14, 2025
Question

load csv data into a running workflow to a variable

  • November 14, 2025
  • 11 replies
  • 260 views

I want to load the data from a CSV file into a running workflow to populate a variable so that I can use that data inside the workflow.  i tried create a variable from csv but are doing something wrong as its failing.

Thanks for any assistance

11 replies

JohnSantos
Guru
Guru
November 20, 2025

@mshealy 

It looks like your CSV has some hidden characters after the first row.  That’s why CLM will import only one row.  You need to normalize the file by removing any hidden tabs and unused columns.  Did you remove columns O and P?

Welcome to the DocuSign Community! Your feedback is highly valued. If you find my response helpful, please give it a "Like" and consider marking it as the "Best Answer" to assist others with similar issues.