Forum Discussion
Datadork123
3 years agoFrequent Visitor
Converting type table to type text for dynamic URL
Hello, I have been struggling to get a query to work that uses columns from an excel sheet stored on a sharepoint drive and inputing the URL or tracking number (ive tried both) into a Webcall. I...
- 3 years ago
"TrackingNumber" refers to a table. What you want is "Tracking Number" which refers to a scalar value (a column in the current row) - if you specify the "each" iterator which you didn't do.
lbendlin
3 years agoSuper User
"TrackingNumber" refers to a table. What you want is "Tracking Number" which refers to a scalar value (a column in the current row) - if you specify the "each" iterator which you didn't do.