Forum Discussion
Igorpole
5 years agoHelper I
100% Dynamic Navigation table with Web.Contents()
Hi! I'm trying to build a custom data connector to the data source through it's API. The problem is that I don't know exactly how many tables are there, what are their names etc. So I need to see...
- 5 years ago
If you don't have a list of tables, simply add a text field in the connector for the user to manually type it in. Then just skip the navigation table and return the requested table.
artemus
5 years agoMicrosoft Employee
If you don't have a list of tables, simply add a text field in the connector for the user to manually type it in. Then just skip the navigation table and return the requested table.
Igorpole
5 years agoHelper I
Thank you! So, in general, there is no way to get all the tables without knowing them in advance.