Find your people. Pick a challenge. Ship something real. The CreatorCon Hackathon is coming to the Community Pavilion for one epic night. Every skill level, every role welcome. Join us on May 5th and learn more here.

Get table name from the list view

Sudhir10
Tera Contributor

Hello,

 

I want to get the table name from the list view of the table using the script.

 

Any help will be appreciable.

 

Thanks.

1 ACCEPTED SOLUTION

Prathamesh G
Kilo Sage

Hello @Sudhir10,

 

You can use the 'getTableName()' in your script by either using 'current' or variable name you have declared to get the table name from the list view. 

 

var tableName = current.getTableName();

 

If the above solution resolve your issue, Please mark the solution as Accepted Solution and also mark it as Helpful.

 

Thank You.

Prathamesh

View solution in original post

5 REPLIES 5

Hello @Sudhir10

 

If the above solution resolve your issue, Please mark the solution as Accepted Solution and also mark it as Helpful.

 

Thank You.

Prathamesh