@KOLI CHARAN - As per screenshot, you are getting those values into variable (DEAPPCPU), have you tried to get it from DEAPPCPUC0],DEAPPCPUC1],DEAPPCPUC2].
Hope this helps.
Hi @Pradeep Kintali
The values are not coming to that variable(DEAPPCPU)
It is showing blank tried with msg box
DEAPPCPU is the table data in your bot.
so ExcelSheetData should be changed to DEAPPCPU in my reply
then it will work perfectly 🙂
Hello @KOLI CHARAN
You don't see them in message box because its not string, its table data. To see them in message box you should change them to string.
in the message box choose the table variable you created, put . dot to the end, then you will see you can change to string
if the table variable is : $ExcelSheetData$
string will be $ExcelSheetData.LegacyAutomation:tableToString$ you can show it in message box and see by yourself.
as i see you have 3 columns, 1 row in the table
so you can also see them by one by, like this:
$ExcelSheetDataa0][0]$ will be H2
$ExcelSheetDataa0][1]$ will be I2
$ExcelSheetDataa0][2]$ will be J2
then you can be able to use this table variable in any childbots, in the childbot you will need to use this variable as an input