How to assign a Column value as IssueKey.CustomFields(“Col Name”).Values(0)
without using for each dt
assing a column value directly to a dt at the end append the dt to an existing excel
I want to update this CURRENCY col = IssueKey.CustomFields(“Project Name”).Values(0)
This Error is due to the Incorrect Double Quotes used, Re-Type the Double Quotes in the Expression (Not Copy Paste) and check : dt.rows(0)("CURRENCY") = IssueKey.CustomFields("CURRENCY").Values(0)