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.
v-lionel-msft
5 years agoCommunity Support
Hi Igorpole ,
In other words, when you use the Web.Contents connect to the API, there is no navigation bar as follows?
This is because the API returns data in JSON format, so there is no navigation bar.
Best regards,
Lionel Chen
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.
Igorpole
5 years agoHelper I
Hi! To be precise there is no navigation table in the case of Web.Contents as there is no metadata returned as in the case of OData. Feed.