Forum Discussion

Datadork123's avatar
Datadork123
Frequent Visitor
3 years ago
Solved

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...
  • lbendlin's avatar
    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.