Problem with create table

Hello
Does anyone know, how to return the name of a table from an Excel file after creating a table?

image

@dvojinovic

I guess you would provide the name while creating the table

Cheers

are you creating tables using UiPath activity?

I tried with the name “RPABRPivot” and it went through, but again when I play it creates a table called " RPABRPivot_1 " And report this error

image

hi @dvojinovic

Checkout this thread

Regards
Sudharsan

Try Like this @dvojinovic

Dont create a table there with create table

In Create Pivot give the range directly and name your table
Source

Excel.Sheet("SheetName").Range("A:R")

NewTable name and Destination as you given
image

Regards
Sudharsan

This topic was automatically closed 3 days after the last reply. New replies are no longer allowed.