- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
I am trying to output the variable productLink into my Excel setup sheet, but I am having trouble. It appears to be a global variable, because i cannot read it with getParameter("operation:tool_productLink"), but I can read it with getGlobalParameter("operation:tool_productLink").
My current thought for a work around is to make an array of all the productLink values, which would be indexed by Section, and I could call each one based on the section number. I already have a for loop counting number of sections.
I am getting stuck trying to make an array of all of the productLink variables from the record so I can reference them to the individual section and read them into the final tool list array. But if there is a better way, I am open to that too.
Solved! Go to Solution.