Forum Discussion
"fn_resetVariable" - just remove data from table and keeping as empty table variable
Project.Variables.tbl_CopyToClipBoard.$set(tempCol,cl-1,tempValue);
from above line while inserting
tempCol = "release"
tempValue = "3.041S"
i m getting as error as member not found [exception]
Just now remembered, i was also having same issue later i added additional parameter as "Item" and it worked fine.
Try changing as like below,
Project.Variables.tbl_CopyToClipBoard.$set("Item",tempCol,cl-1,tempValue);
- karthick77 years agoContributor
- tristaanogre7 years agoEsteemed Contributor
shankar_r wrote:
Just now remembered, i was also having same issue later i added additional parameter as "Item" and it worked fine.
Try changing as like below,
Project.Variables.tbl_CopyToClipBoard.$set("Item",tempCol,cl-1,tempValue);
I'm actually surprised that this is indicated as working. If the column name indicated in tempCol doesn't exist, this will still not work. Instead of "Member not found", you'll get an error about the table not including a column by the indicated name.
- shankar_r7 years agoCommunity Hero
tristaanogre, my understanding is that, karthick7 tried to change testrelease instead of release for his testing purpose. I believe column still exists in the table.
Related Content
- 2 years ago
Recent Discussions
- 7 hours ago