Forum Discussion
Chaining multi tier UIs
Hi Anonymous ,
Do you want to generate some UIs similar to cascading drop-down lists? And when selecting the first UI, the second UI should display the corresponding value base on the selected value of first UI? Please review the content in the following blog, hope it can help you.
Specifying Allowed Values, Sample Values and Descriptions For Function Parameters In Power Query
Best Regards
Anonymous wrote:Do you want to generate some UIs similar to cascading drop-down lists? And when selecting the first UI, the second UI should display the corresponding value base on the selected value of first UI?
Precisely, please have a look at the build in query for SQL Server. The first UI lets one enter a database and the second UI lists all tables of the database of the first step.
I'm trying to achieve a similar behaviour. The first UI lets one enter an arbitrary url to a json file and the second UI displays all api endpoints from this json file.
I'm still struggling to invoke a UI within or after another UI.
Anonymous wrote:Please review the content in the following blog, hope it can help you.
Specifying Allowed Values, Sample Values and Descriptions For Function Parameters In Power Query
It's an interesting blog post, however I failed to achieve an UI invocation from this code - there is no inoke button.
Kind regards