Problems with Clipboard values with Loop

Good morning guys,

I’m having an issue, after reading CSV value i would like to input the Text for each column on clipboard by each loop (the website is not accepting type, only Xkey input).
{
“Command”: “store”,
“Target”: “!COL${!LOOP}”,
“Value”: “!clipboard”
},
Clipboard is getting : the text “!COL1” instead of Col1 text.

I tryied: !COL${!LOOP}; also ${!COL${!LOOP}} but it didn’t work

{
“Name”: “TestedownloadLoop”,
“CreationDate”: “2019-9-18”,
“Commands”: [
{
“Command”: “selectWindow”,
“Target”: “tab=0”,
“Value”: “”
},
{
“Command”: “csvRead”,
“Target”: “testepetro.csv”,
“Value”: “”
},
{
“Command”: “store”,
“Target”: “!COL${!LOOP}”,
“Value”: “!clipboard”
},
{
“Command”: “selectFrame”,
“Target”: “id=contentAreaFrame”,
“Value”: “”
},
{
“Command”: “selectFrame”,
“Target”: “id=isolatedWorkArea”,
“Value”: “”
},
{
“Command”: “clickAt”,
“Target”: “id=WD3C-r”,
“Value”: “773,108”
},
{
“Command”: “waitForPageToLoad”,
“Target”: “xmXS2J_dpi_96.png”,
“Value”: “”
},
{
“Command”: “pause”,
“Target”: “10000”,
“Value”: “”
},
{
“Command”: “XClick”,
“Target”: “xmXS2J_dpi_96.png”,
“Value”: “”
},
{
“Command”: “XType”,
“Target”: "${KEY_CTRL+KEY_V} ",
“Value”: “”
},
{
“Command”: “XType”,
“Target”: "${KEY_ENTER} ",
“Value”: “”
},
{
“Command”: “pause”,
“Target”: “10000”,
“Value”: “”
},
{
“Command”: “XClick”,
“Target”: “bSTTFz_dpi_96.png”,
“Value”: “”
},
{
“Command”: “XType”,
“Target”: “${KEY_ESC}”,
“Value”: “”
},
{
“Command”: “XType”,
“Target”: “${KEY_DOWN}”,
“Value”: “”
},
{
“Command”: “XType”,
“Target”: “${KEY_ENTER}”,
“Value”: “”
},
{
“Command”: “pause”,
“Target”: “10000”,
“Value”: “”
},
{
“Command”: “XClick”,
“Target”: “notaseanexos_dpi_96.png”,
“Value”: “”
},
{
“Command”: “pause”,
“Target”: “3000”,
“Value”: “”
},
{
“Command”: “XClick”,
“Target”: “baixartdsanexos_dpi_96.png”,
“Value”: “”
},
{
“Command”: “selectWindow”,
“Target”: “tab=1”,
“Value”: “”
},
{
“Command”: “XClick”,
“Target”: “ALCoTe_dpi_96.png”,
“Value”: “”
},
{
“Command”: “XType”,
“Target”: “${KEY_CTRL+KEY_V}”,
“Value”: “”
},
{
“Command”: “XType”,
“Target”: “${KEY_ENTER}”,
“Value”: “”
},
{
“Command”: “XType”,
“Target”: “${KEY_CTRL+KEY_W}”,
“Value”: “”
},
{
“Command”: “XClick”,
“Target”: “resoportunidade_dpi_96.png”,
“Value”: “”
},
{
“Command”: “selectWindow”,
“Target”: “tab=1”,
“Value”: “”
},
{
“Command”: “XClick”,
“Target”: “ljHdmH_dpi_96.png”,
“Value”: “”
},
{
“Command”: “XType”,
“Target”: “${KEY_CTRL+KEY_V}”,
“Value”: “”
},
{
“Command”: “XType”,
“Target”: “${KEY_ENTER}”,
“Value”: “”
},
{
“Command”: “XType”,
“Target”: “${KEY_CTRL+KEY_W}”,
“Value”: “”
},
{
“Command”: “clickAt”,
“Target”: “link=Voltar para o Painel de Oportunidades”,
“Value”: “8,4”
},
{
“Command”: “open”,
“Target”: “Error #101: Kantu is not connected to a browser tab”,
“Value”: “”
}
]
}

This is the same issue as here: Using excel value with loop - not printing values - printing col numbers - #3 by Dukuu and there is a suggested workaround.

I added this post to our todo list, we will be working on a proper solution for this soon.